@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseNotificationRuleCreateAttributes 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 |
|---|
CaseNotificationRuleCreateAttributes() |
CaseNotificationRuleCreateAttributes(List<CaseNotificationRuleRecipient> recipients,
List<CaseNotificationRuleTrigger> triggers) |
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 CaseNotificationRuleCreateAttributes()
public CaseNotificationRuleCreateAttributes(List<CaseNotificationRuleRecipient> recipients, List<CaseNotificationRuleTrigger> triggers)
public CaseNotificationRuleCreateAttributes isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public CaseNotificationRuleCreateAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public CaseNotificationRuleCreateAttributes recipients(List<CaseNotificationRuleRecipient> recipients)
public CaseNotificationRuleCreateAttributes addRecipientsItem(CaseNotificationRuleRecipient recipientsItem)
public List<CaseNotificationRuleRecipient> getRecipients()
public void setRecipients(List<CaseNotificationRuleRecipient> recipients)
public CaseNotificationRuleCreateAttributes triggers(List<CaseNotificationRuleTrigger> triggers)
public CaseNotificationRuleCreateAttributes addTriggersItem(CaseNotificationRuleTrigger triggersItem)
public List<CaseNotificationRuleTrigger> getTriggers()
public void setTriggers(List<CaseNotificationRuleTrigger> triggers)
public CaseNotificationRuleCreateAttributes 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.