@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SlackIntegrationMetadataChannelItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHANNEL_ID |
static String |
JSON_PROPERTY_CHANNEL_NAME |
static String |
JSON_PROPERTY_REDIRECT_URL |
static String |
JSON_PROPERTY_TEAM_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SlackIntegrationMetadataChannelItem() |
SlackIntegrationMetadataChannelItem(String channelId,
String channelName,
String redirectUrl) |
| Modifier and Type | Method and Description |
|---|---|
SlackIntegrationMetadataChannelItem |
channelId(String channelId) |
SlackIntegrationMetadataChannelItem |
channelName(String channelName) |
boolean |
equals(Object o)
Return true if this SlackIntegrationMetadataChannelItem 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 |
getChannelId()
Slack channel ID.
|
String |
getChannelName()
Name of the Slack channel.
|
String |
getRedirectUrl()
URL redirecting to the Slack channel.
|
String |
getTeamId()
Slack team ID.
|
int |
hashCode() |
SlackIntegrationMetadataChannelItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SlackIntegrationMetadataChannelItem |
redirectUrl(String redirectUrl) |
void |
setChannelId(String channelId) |
void |
setChannelName(String channelName) |
void |
setRedirectUrl(String redirectUrl) |
void |
setTeamId(String teamId) |
SlackIntegrationMetadataChannelItem |
teamId(String teamId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHANNEL_ID
public static final String JSON_PROPERTY_CHANNEL_NAME
public static final String JSON_PROPERTY_REDIRECT_URL
public static final String JSON_PROPERTY_TEAM_ID
public SlackIntegrationMetadataChannelItem channelId(String channelId)
public String getChannelId()
public void setChannelId(String channelId)
public SlackIntegrationMetadataChannelItem channelName(String channelName)
public String getChannelName()
public void setChannelName(String channelName)
public SlackIntegrationMetadataChannelItem redirectUrl(String redirectUrl)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public SlackIntegrationMetadataChannelItem teamId(String teamId)
@Nullable public String getTeamId()
public void setTeamId(String teamId)
public SlackIntegrationMetadataChannelItem 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 © 2024. All rights reserved.