public static final class ListHoneypotAttackerSourceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListHoneypotAttackerSourceRequest |
build() |
ListHoneypotAttackerSourceRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
ListHoneypotAttackerSourceRequest.Builder |
endTimeStamp(Long endTimeStamp)
The end of the time range to query.
|
ListHoneypotAttackerSourceRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ListHoneypotAttackerSourceRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
ListHoneypotAttackerSourceRequest.Builder |
riskLevelList(List<String> riskLevelList)
An array that consists of risk levels.
|
ListHoneypotAttackerSourceRequest.Builder |
srcIp(String srcIp)
The source IP address of the attack.
|
ListHoneypotAttackerSourceRequest.Builder |
startTimeStamp(Long startTimeStamp)
The beginning of the time range to query.
|
public ListHoneypotAttackerSourceRequest.Builder currentPage(Integer currentPage)
The page number.
example:1
public ListHoneypotAttackerSourceRequest.Builder endTimeStamp(Long endTimeStamp)
The end of the time range to query. This value is a timestamp.
example:1676945366221
public ListHoneypotAttackerSourceRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListHoneypotAttackerSourceRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:20
public ListHoneypotAttackerSourceRequest.Builder riskLevelList(List<String> riskLevelList)
An array that consists of risk levels.
public ListHoneypotAttackerSourceRequest.Builder srcIp(String srcIp)
The source IP address of the attack.
example:175.136.230.***
public ListHoneypotAttackerSourceRequest.Builder startTimeStamp(Long startTimeStamp)
The beginning of the time range to query. This value is a timestamp.
example:1674007632124
public ListHoneypotAttackerSourceRequest build()
Copyright © 2026. All rights reserved.