@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorAlertTriggerAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENT_ID |
static String |
JSON_PROPERTY_EVENT_TS |
static String |
JSON_PROPERTY_MONITOR_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorAlertTriggerAttributes() |
MonitorAlertTriggerAttributes(String eventId,
Long eventTs,
Long monitorId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorAlertTriggerAttributes object is equal to o.
|
MonitorAlertTriggerAttributes |
eventId(String eventId) |
MonitorAlertTriggerAttributes |
eventTs(Long eventTs) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEventId()
The event ID associated with the monitor alert.
|
Long |
getEventTs()
The timestamp of the event in Unix milliseconds.
|
Long |
getMonitorId()
The monitor ID that triggered the alert.
|
int |
hashCode() |
MonitorAlertTriggerAttributes |
monitorId(Long monitorId) |
MonitorAlertTriggerAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEventId(String eventId) |
void |
setEventTs(Long eventTs) |
void |
setMonitorId(Long monitorId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EVENT_ID
public static final String JSON_PROPERTY_EVENT_TS
public static final String JSON_PROPERTY_MONITOR_ID
public MonitorAlertTriggerAttributes eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public MonitorAlertTriggerAttributes eventTs(Long eventTs)
public Long getEventTs()
public void setEventTs(Long eventTs)
public MonitorAlertTriggerAttributes monitorId(Long monitorId)
public Long getMonitorId()
public void setMonitorId(Long monitorId)
public MonitorAlertTriggerAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.