public static final class GetFileDetectResultRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetFileDetectResultRequest |
build() |
GetFileDetectResultRequest.Builder |
hashKeyList(List<String> hashKeyList)
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)
The identifiers of files. Only MD5 hash values are supported.
This parameter is required.
public GetFileDetectResultRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:183.46.XX.XX
public GetFileDetectResultRequest.Builder type(Integer type)
The type of the file. Valid values:
If you do not know the type of the file, set this parameter to 0.
This parameter is required.
example:0
public GetFileDetectResultRequest build()
Copyright © 2026. All rights reserved.