@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamNotificationRuleAttributesSlack extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHANNEL |
static String |
JSON_PROPERTY_WORKSPACE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamNotificationRuleAttributesSlack() |
| Modifier and Type | Method and Description |
|---|---|
TeamNotificationRuleAttributesSlack |
channel(String channel) |
boolean |
equals(Object o)
Return true if this TeamNotificationRuleAttributesSlack object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getChannel()
Channel for Slack notification
|
String |
getWorkspace()
Workspace for Slack notification
|
int |
hashCode() |
TeamNotificationRuleAttributesSlack |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setChannel(String channel) |
void |
setWorkspace(String workspace) |
String |
toString() |
TeamNotificationRuleAttributesSlack |
workspace(String workspace) |
public boolean unparsed
public static final String JSON_PROPERTY_CHANNEL
public static final String JSON_PROPERTY_WORKSPACE
public TeamNotificationRuleAttributesSlack channel(String channel)
@Nullable public String getChannel()
public void setChannel(String channel)
public TeamNotificationRuleAttributesSlack workspace(String workspace)
@Nullable public String getWorkspace()
public void setWorkspace(String workspace)
public TeamNotificationRuleAttributesSlack 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.