@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamNotificationRuleAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_MS_TEAMS |
static String |
JSON_PROPERTY_PAGERDUTY |
static String |
JSON_PROPERTY_SLACK |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamNotificationRuleAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_MS_TEAMS
public static final String JSON_PROPERTY_PAGERDUTY
public static final String JSON_PROPERTY_SLACK
public TeamNotificationRuleAttributes email(TeamNotificationRuleAttributesEmail email)
@Nullable public TeamNotificationRuleAttributesEmail getEmail()
public void setEmail(TeamNotificationRuleAttributesEmail email)
public TeamNotificationRuleAttributes msTeams(TeamNotificationRuleAttributesMsTeams msTeams)
@Nullable public TeamNotificationRuleAttributesMsTeams getMsTeams()
public void setMsTeams(TeamNotificationRuleAttributesMsTeams msTeams)
public TeamNotificationRuleAttributes pagerduty(TeamNotificationRuleAttributesPagerduty pagerduty)
@Nullable public TeamNotificationRuleAttributesPagerduty getPagerduty()
public void setPagerduty(TeamNotificationRuleAttributesPagerduty pagerduty)
public TeamNotificationRuleAttributes slack(TeamNotificationRuleAttributesSlack slack)
@Nullable public TeamNotificationRuleAttributesSlack getSlack()
public void setSlack(TeamNotificationRuleAttributesSlack slack)
public TeamNotificationRuleAttributes 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.