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