@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AlertEventCustomAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
AlertEventCustomAttributes() |
AlertEventCustomAttributes(AlertEventCustomAttributesStatus status) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_STATUS
public AlertEventCustomAttributes()
public AlertEventCustomAttributes(AlertEventCustomAttributesStatus status)
public AlertEventCustomAttributes custom(Map<String,Object> custom)
public AlertEventCustomAttributes putCustomItem(String key, Object customItem)
@Nullable public Map<String,Object> getCustom()
public AlertEventCustomAttributes links(List<AlertEventCustomAttributesLinksItems> links)
public AlertEventCustomAttributes addLinksItem(AlertEventCustomAttributesLinksItems linksItem)
@Nullable public List<AlertEventCustomAttributesLinksItems> getLinks()
public void setLinks(List<AlertEventCustomAttributesLinksItems> links)
public AlertEventCustomAttributes priority(AlertEventCustomAttributesPriority priority)
@Nullable public AlertEventCustomAttributesPriority getPriority()
public void setPriority(AlertEventCustomAttributesPriority priority)
public AlertEventCustomAttributes status(AlertEventCustomAttributesStatus status)
public AlertEventCustomAttributesStatus getStatus()
public void setStatus(AlertEventCustomAttributesStatus status)
public boolean equals(Object o)
Copyright © 2025. All rights reserved.