public static final class GetFileDetectReportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetFileDetectReportRequest |
build() |
GetFileDetectReportRequest.Builder |
eventId(Long eventId)
The event ID that corresponds to the file to be detected.
|
GetFileDetectReportRequest.Builder |
field(String field)
The field that you want to query.
|
GetFileDetectReportRequest.Builder |
fileHash(String fileHash)
The hash value of the file to be detected.
|
GetFileDetectReportRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetFileDetectReportRequest.Builder |
sourceType(String sourceType)
The data source type.
|
public GetFileDetectReportRequest.Builder eventId(Long eventId)
The event ID that corresponds to the file to be detected.
example:81****
public GetFileDetectReportRequest.Builder field(String field)
The field that you want to query. You can enter multiple fields and separate them with commas (,).
Valid values:
Basic,,ThreatTypes,Intelligences,Sandbox
public GetFileDetectReportRequest.Builder fileHash(String fileHash)
The hash value of the file to be detected.
example:b63917332950e5d219d0737ffe31****
public GetFileDetectReportRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
en
public GetFileDetectReportRequest.Builder sourceType(String sourceType)
The data source type. Valid values:
object_scan
public GetFileDetectReportRequest build()
Copyright © 2026. All rights reserved.