public static final class ListObjectScanEventRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListObjectScanEventRequest.Builder |
batchType(String batchType)
Batch operation type.
|
ListObjectScanEventRequest.Builder |
bucketName(String bucketName)
The name of the OSS bucket.
|
ListObjectScanEventRequest |
build() |
ListObjectScanEventRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
ListObjectScanEventRequest.Builder |
eventId(Long eventId)
Event ID.
|
ListObjectScanEventRequest.Builder |
eventName(String eventName)
The name of the alert.
|
ListObjectScanEventRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ListObjectScanEventRequest.Builder |
md5(String md5)
The MD5 hash value of the file.
|
ListObjectScanEventRequest.Builder |
ossKey(String ossKey)
The key of the file that is stored in an OSS bucket.
|
ListObjectScanEventRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
ListObjectScanEventRequest.Builder |
parentEventId(Long parentEventId)
The ID of the alert that is generated for the package to which the subfile belongs.
|
ListObjectScanEventRequest.Builder |
riskLevel(String riskLevel)
The risk level of the alert.
|
ListObjectScanEventRequest.Builder |
source(String source)
The method that is used to detect the malicious file.
|
ListObjectScanEventRequest.Builder |
status(Integer status)
Event status.
|
ListObjectScanEventRequest.Builder |
timeEnd(Long timeEnd)
The end of the time range during which the exception is detected.
|
ListObjectScanEventRequest.Builder |
timeStart(Long timeStart)
The beginning of the time range during which the exception is detected.
|
public ListObjectScanEventRequest.Builder batchType(String batchType)
Batch operation type. Valid values:
sha256
public ListObjectScanEventRequest.Builder bucketName(String bucketName)
The name of the OSS bucket.
example:ltrbuck****
public ListObjectScanEventRequest.Builder currentPage(Integer currentPage)
The page number.
This parameter is required.
example:1
public ListObjectScanEventRequest.Builder eventId(Long eventId)
Event ID.
example:8925****
public ListObjectScanEventRequest.Builder eventName(String eventName)
The name of the alert.
example:WebShell
public ListObjectScanEventRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListObjectScanEventRequest.Builder md5(String md5)
The MD5 hash value of the file.
example:0552c44e243abdea1729d4507bce****
public ListObjectScanEventRequest.Builder ossKey(String ossKey)
The key of the file that is stored in an OSS bucket.
example:1/2022/06/23/15/41/16559701077444693a0c6-33b2-4cc2-a99f-9f38b8b8****
public ListObjectScanEventRequest.Builder pageSize(Integer pageSize)
The number of entries per page.
This parameter is required.
example:20
public ListObjectScanEventRequest.Builder parentEventId(Long parentEventId)
The ID of the alert that is generated for the package to which the subfile belongs.
example:1
public ListObjectScanEventRequest.Builder riskLevel(String riskLevel)
The risk level of the alert. Valid values:
low
public ListObjectScanEventRequest.Builder source(String source)
The method that is used to detect the malicious file. Valid values:
OSS
public ListObjectScanEventRequest.Builder status(Integer status)
Event status. The values are as follows:
0
public ListObjectScanEventRequest.Builder timeEnd(Long timeEnd)
The end of the time range during which the exception is detected.
example:1683862286000
public ListObjectScanEventRequest.Builder timeStart(Long timeStart)
The beginning of the time range during which the exception is detected.
example:1683603086000
public ListObjectScanEventRequest build()
Copyright © 2026. All rights reserved.