public static final class ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder extends Object
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder alarmEventId(Long alarmEventId)
The event ID.
example:940272
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder alarmEventName(String alarmEventName)
The name of the alert event.
example:Attack Honeypot
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder alarmEventType(String alarmEventType)
The type of the alert event.
example:Initial Access
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder alarmUniqueInfo(String alarmUniqueInfo)
The unique identifier of the alert event.
example:167e6fc0d931917d2059efcd1d00f6ab
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder eventCount(Integer eventCount)
The total number of times that the alert event was generated.
example:11
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder firstTime(Long firstTime)
The timestamp that indicates the time when the alert event was first detected. Unit: milliseconds.
example:1658193602000
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder lastTime(Long lastTime)
The timestamp that indicates the time when the alert event was last detected. Unit: milliseconds.
example:1660610772000
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder mergeFieldList(List<ListHoneypotAlarmEventsResponseBody.MergeFieldList> mergeFieldList)
The risk information.
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder operateStatus(Integer operateStatus)
The handling status of the alert event. Valid values:
1
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents.Builder riskLevel(String riskLevel)
The risk level. Valid values:
2
public ListHoneypotAlarmEventsResponseBody.HoneypotAlarmEvents build()
Copyright © 2026. All rights reserved.