public static final class ListHoneypotEventsResponseBody.HoneypotEvents.Builder extends Object
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder agentId(String agentId)
The probe ID.
example:27d44bd5815d401992ea672874d9****
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder agentName(String agentName)
The name of the probe.
example:1193474_test_****
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder alarmEventId(Long alarmEventId)
The ID of the alert event.
example:1900752
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder dstIp(String dstIp)
The destination IP address of the attack.
example:112.126.205.***
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder firstTime(Long firstTime)
The timestamp at which the event was first detected.
example:1692670297
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder honeypotName(String honeypotName)
The name of the honeypot.
example:honeypot-2
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder lastTime(Long lastTime)
The timestamp at which the event was last detected.
example:1676558664
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder location(String location)
The region.
example:China Beijing
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder mergeFieldList(List<ListHoneypotEventsResponseBody.MergeFieldList> mergeFieldList)
The extended values that correspond to the field key.
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder protocol(String protocol)
The protocol. Valid values:
tcp
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder riskLevel(String riskLevel)
The risk level. Valid values:
4
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder securityEventId(Long securityEventId)
The ID of the intrusion event.
example:70427821
public ListHoneypotEventsResponseBody.HoneypotEvents.Builder srcIp(String srcIp)
The source IP address of the attack.
example:192.168.62.***
public ListHoneypotEventsResponseBody.HoneypotEvents build()
Copyright © 2026. All rights reserved.