@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AlertEventAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATION_KEY |
static String |
JSON_PROPERTY_CUSTOM |
static String |
JSON_PROPERTY_EVT |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TIMESTAMP |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
AlertEventAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATION_KEY
public static final String JSON_PROPERTY_CUSTOM
public static final String JSON_PROPERTY_EVT
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TIMESTAMP
public static final String JSON_PROPERTY_TITLE
public AlertEventAttributes aggregationKey(String aggregationKey)
@Nullable public String getAggregationKey()
public void setAggregationKey(String aggregationKey)
public AlertEventAttributes custom(Object custom)
@Nullable public Object getCustom()
public void setCustom(Object custom)
public AlertEventAttributes evt(EventSystemAttributes evt)
@Nullable public EventSystemAttributes getEvt()
public void setEvt(EventSystemAttributes evt)
public AlertEventAttributes links(List<AlertEventAttributesLinksItem> links)
public AlertEventAttributes addLinksItem(AlertEventAttributesLinksItem linksItem)
@Nullable public List<AlertEventAttributesLinksItem> getLinks()
public void setLinks(List<AlertEventAttributesLinksItem> links)
public AlertEventAttributes priority(AlertEventAttributesPriority priority)
@Nullable public AlertEventAttributesPriority getPriority()
public void setPriority(AlertEventAttributesPriority priority)
public AlertEventAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public AlertEventAttributes status(AlertEventAttributesStatus status)
@Nullable public AlertEventAttributesStatus getStatus()
public void setStatus(AlertEventAttributesStatus status)
public AlertEventAttributes timestamp(Long timestamp)
@Nullable public Long getTimestamp()
public void setTimestamp(Long timestamp)
public AlertEventAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public AlertEventAttributes 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.