public static final class ListCompressFileDetectResultResponseBody.ResultList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCompressFileDetectResultResponseBody.ResultList |
build() |
ListCompressFileDetectResultResponseBody.ResultList.Builder |
ext(String ext)
The extended information about the file detection result.
|
ListCompressFileDetectResultResponseBody.ResultList.Builder |
hashKey(String hashKey)
The identifier of the file.
|
ListCompressFileDetectResultResponseBody.ResultList.Builder |
path(String path)
The path to the file within the package.
|
ListCompressFileDetectResultResponseBody.ResultList.Builder |
result(Integer result)
The file detection result.
|
ListCompressFileDetectResultResponseBody.ResultList.Builder |
score(Integer score)
The score of the file detection result.
|
ListCompressFileDetectResultResponseBody.ResultList.Builder |
virusType(String virusType)
The type of the virus.
|
public ListCompressFileDetectResultResponseBody.ResultList.Builder ext(String ext)
The extended information about the file detection result.
example:{ "HighLight": [ [ 23245, 23212 ] ], "FileLabel": [ "PE32", "Zip", "SFX", "encrypted" ] }
public ListCompressFileDetectResultResponseBody.ResultList.Builder hashKey(String hashKey)
The identifier of the file.
example:0a212417e65c26ff133cfff28f6c****
public ListCompressFileDetectResultResponseBody.ResultList.Builder path(String path)
The path to the file within the package.
example:/root/1.zip/test****
public ListCompressFileDetectResultResponseBody.ResultList.Builder result(Integer result)
The file detection result. Valid values:
0
public ListCompressFileDetectResultResponseBody.ResultList.Builder score(Integer score)
The score of the file detection result. The following list describes mappings between the score ranges and risk levels:
example:A higher score indicates a more suspicious file.
100
public ListCompressFileDetectResultResponseBody.ResultList.Builder virusType(String virusType)
The type of the virus. Valid values:
WebShell
public ListCompressFileDetectResultResponseBody.ResultList build()
Copyright © 2026. All rights reserved.