@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseNotificationRuleAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_RECIPIENTS |
static String |
JSON_PROPERTY_TRIGGERS |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseNotificationRuleAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_RECIPIENTS
public static final String JSON_PROPERTY_TRIGGERS
public CaseNotificationRuleAttributes isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public CaseNotificationRuleAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public CaseNotificationRuleAttributes recipients(List<CaseNotificationRuleRecipient> recipients)
public CaseNotificationRuleAttributes addRecipientsItem(CaseNotificationRuleRecipient recipientsItem)
@Nullable public List<CaseNotificationRuleRecipient> getRecipients()
public void setRecipients(List<CaseNotificationRuleRecipient> recipients)
public CaseNotificationRuleAttributes triggers(List<CaseNotificationRuleTrigger> triggers)
public CaseNotificationRuleAttributes addTriggersItem(CaseNotificationRuleTrigger triggersItem)
@Nullable public List<CaseNotificationRuleTrigger> getTriggers()
public void setTriggers(List<CaseNotificationRuleTrigger> triggers)
public CaseNotificationRuleAttributes 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.