public static final class GetHoneypotEventTrendRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotEventTrendRequest |
build() |
GetHoneypotEventTrendRequest.Builder |
endTimeStamp(Long endTimeStamp)
End time, timestamp format.
|
GetHoneypotEventTrendRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetHoneypotEventTrendRequest.Builder |
riskLevelList(List<String> riskLevelList)
The risk levels of the alert events.
|
GetHoneypotEventTrendRequest.Builder |
srcIp(String srcIp)
The source IP address of the attack.
|
GetHoneypotEventTrendRequest.Builder |
startTimeStamp(Long startTimeStamp)
Start time, timestamp format.
|
public GetHoneypotEventTrendRequest.Builder endTimeStamp(Long endTimeStamp)
End time, timestamp format.
example:1687831329169
public GetHoneypotEventTrendRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public GetHoneypotEventTrendRequest.Builder riskLevelList(List<String> riskLevelList)
The risk levels of the alert events.
public GetHoneypotEventTrendRequest.Builder srcIp(String srcIp)
The source IP address of the attack.
This parameter is required.
example:10.91.254.***
public GetHoneypotEventTrendRequest.Builder startTimeStamp(Long startTimeStamp)
Start time, timestamp format.
example:1683516557757
public GetHoneypotEventTrendRequest build()
Copyright © 2026. All rights reserved.