public static final class GetHoneypotAttackStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotAttackStatisticsRequest |
build() |
GetHoneypotAttackStatisticsRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
GetHoneypotAttackStatisticsRequest.Builder |
endTimeStamp(Long endTimeStamp)
The end time.
|
GetHoneypotAttackStatisticsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetHoneypotAttackStatisticsRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
GetHoneypotAttackStatisticsRequest.Builder |
riskLevelList(List<String> riskLevelList)
The risk levels.
|
GetHoneypotAttackStatisticsRequest.Builder |
srcIp(String srcIp)
The source IP address of the attack.
|
GetHoneypotAttackStatisticsRequest.Builder |
startTimeStamp(Long startTimeStamp)
The start time.
|
GetHoneypotAttackStatisticsRequest.Builder |
statisticsType(String statisticsType)
The type of the attack source statistics.
|
public GetHoneypotAttackStatisticsRequest.Builder currentPage(Integer currentPage)
The page number. Pages start from page 1. Default value: 1.
example:1
public GetHoneypotAttackStatisticsRequest.Builder endTimeStamp(Long endTimeStamp)
The end time. The value is a UNIX timestamp.
example:1675058931215
public GetHoneypotAttackStatisticsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public GetHoneypotAttackStatisticsRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page. We recommend that you do not leave this parameter empty.
example:20
public GetHoneypotAttackStatisticsRequest.Builder riskLevelList(List<String> riskLevelList)
The risk levels.
public GetHoneypotAttackStatisticsRequest.Builder srcIp(String srcIp)
The source IP address of the attack.
This parameter is required.
example:47.92.139.**
public GetHoneypotAttackStatisticsRequest.Builder startTimeStamp(Long startTimeStamp)
The start time. The value is a UNIX timestamp.
example:1681624877761
public GetHoneypotAttackStatisticsRequest.Builder statisticsType(String statisticsType)
The type of the attack source statistics. Valid values:
This parameter is required.
example:TOP_ATTACKED_IP
public GetHoneypotAttackStatisticsRequest build()
Copyright © 2026. All rights reserved.