public static final class GetHoneypotAttackStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotAttackStatisticsRequest |
build() |
GetHoneypotAttackStatisticsRequest.Builder |
currentPage(Integer currentPage)
Set the page number from which to start displaying the query results.
|
GetHoneypotAttackStatisticsRequest.Builder |
endTimeStamp(Long endTimeStamp)
End time, in timestamp format.
|
GetHoneypotAttackStatisticsRequest.Builder |
lang(String lang)
Sets the language type for requests and received messages, default is zh.
|
GetHoneypotAttackStatisticsRequest.Builder |
pageSize(Integer pageSize)
Specifies the maximum number of data entries displayed per page for paginated queries.
|
GetHoneypotAttackStatisticsRequest.Builder |
riskLevelList(List<String> riskLevelList)
List of risk levels
|
GetHoneypotAttackStatisticsRequest.Builder |
srcIp(String srcIp)
Attacker"s IP
This parameter is required.
|
GetHoneypotAttackStatisticsRequest.Builder |
startTimeStamp(Long startTimeStamp)
Start time, in timestamp format.
|
GetHoneypotAttackStatisticsRequest.Builder |
statisticsType(String statisticsType)
The type of attack source statistics.
|
public GetHoneypotAttackStatisticsRequest.Builder currentPage(Integer currentPage)
Set the page number from which to start displaying the query results. The starting value is 1. The default value is 1, indicating that the display starts from the 1st page.
example:1
public GetHoneypotAttackStatisticsRequest.Builder endTimeStamp(Long endTimeStamp)
End time, in timestamp format.
example:1675058931215
public GetHoneypotAttackStatisticsRequest.Builder lang(String lang)
Sets the language type for requests and received messages, default is zh. Values:
zh
public GetHoneypotAttackStatisticsRequest.Builder pageSize(Integer pageSize)
Specifies the maximum number of data entries displayed per page for paginated queries. The default number of entries displayed per page is 20. If the pagesize parameter is empty, 20 entries will be returned by default. It is recommended that the pagesize value should not be empty.
example:20
public GetHoneypotAttackStatisticsRequest.Builder riskLevelList(List<String> riskLevelList)
List of risk levels
public GetHoneypotAttackStatisticsRequest.Builder srcIp(String srcIp)
Attacker"s IP
This parameter is required.
example:47.92.139.**
public GetHoneypotAttackStatisticsRequest.Builder startTimeStamp(Long startTimeStamp)
Start time, in timestamp format.
example:1681624877761
public GetHoneypotAttackStatisticsRequest.Builder statisticsType(String statisticsType)
The type of attack source statistics. Values:
This parameter is required.
example:TOP_ATTACKED_IP
public GetHoneypotAttackStatisticsRequest build()
Copyright © 2026. All rights reserved.