public static final class GetFileDetectResultRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetFileDetectResultRequest |
build() |
GetFileDetectResultRequest.Builder |
hashKeyList(List<String> hashKeyList)
An array that consists of the identifiers of files.
|
GetFileDetectResultRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
GetFileDetectResultRequest.Builder |
type(Integer type)
The type of the file.
|
public GetFileDetectResultRequest.Builder hashKeyList(List<String> hashKeyList)
public GetFileDetectResultRequest.Builder sourceIp(String sourceIp)
public GetFileDetectResultRequest.Builder type(Integer type)
* **0**: unknown file * **1**: binary file * **2**: webshell file * **4**: script file > If you do not know the type of the file, set this parameter to 0.
public GetFileDetectResultRequest build()
Copyright © 2023. All rights reserved.