@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationRuleAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONDITIONS |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_HANDLES |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_RENOTIFY_ON |
static String |
JSON_PROPERTY_TRIGGER |
static String |
JSON_PROPERTY_VISIBILITY |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentNotificationRuleAttributes() |
IncidentNotificationRuleAttributes(List<IncidentNotificationRuleConditionsItems> conditions,
OffsetDateTime created,
Boolean enabled,
List<String> handles,
OffsetDateTime modified,
String trigger,
IncidentNotificationRuleAttributesVisibility visibility) |
public boolean unparsed
public static final String JSON_PROPERTY_CONDITIONS
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_HANDLES
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_RENOTIFY_ON
public static final String JSON_PROPERTY_TRIGGER
public static final String JSON_PROPERTY_VISIBILITY
public IncidentNotificationRuleAttributes()
public IncidentNotificationRuleAttributes(List<IncidentNotificationRuleConditionsItems> conditions, OffsetDateTime created, Boolean enabled, List<String> handles, OffsetDateTime modified, String trigger, IncidentNotificationRuleAttributesVisibility visibility)
public IncidentNotificationRuleAttributes conditions(List<IncidentNotificationRuleConditionsItems> conditions)
public IncidentNotificationRuleAttributes addConditionsItem(IncidentNotificationRuleConditionsItems conditionsItem)
public List<IncidentNotificationRuleConditionsItems> getConditions()
public void setConditions(List<IncidentNotificationRuleConditionsItems> conditions)
public OffsetDateTime getCreated()
public IncidentNotificationRuleAttributes enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public IncidentNotificationRuleAttributes handles(List<String> handles)
public IncidentNotificationRuleAttributes addHandlesItem(String handlesItem)
public List<String> getHandles()
public OffsetDateTime getModified()
public IncidentNotificationRuleAttributes renotifyOn(List<String> renotifyOn)
public IncidentNotificationRuleAttributes addRenotifyOnItem(String renotifyOnItem)
@Nullable public List<String> getRenotifyOn()
public IncidentNotificationRuleAttributes trigger(String trigger)
public String getTrigger()
public void setTrigger(String trigger)
public IncidentNotificationRuleAttributes visibility(IncidentNotificationRuleAttributesVisibility visibility)
public IncidentNotificationRuleAttributesVisibility getVisibility()
public void setVisibility(IncidentNotificationRuleAttributesVisibility visibility)
public IncidentNotificationRuleAttributes 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.