@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SlackIntegrationChannelDisplay extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_NOTIFIED |
static String |
JSON_PROPERTY_SNAPSHOT |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
SlackIntegrationChannelDisplay() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SlackIntegrationChannelDisplay 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.
|
Boolean |
getMessage()
Show the main body of the alert event.
|
Boolean |
getNotified()
Show the list of @-handles in the alert event.
|
Boolean |
getSnapshot()
Show the alert event's snapshot image.
|
Boolean |
getTags()
Show the scopes on which the monitor alerted.
|
int |
hashCode() |
SlackIntegrationChannelDisplay |
message(Boolean message) |
SlackIntegrationChannelDisplay |
notified(Boolean notified) |
SlackIntegrationChannelDisplay |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMessage(Boolean message) |
void |
setNotified(Boolean notified) |
void |
setSnapshot(Boolean snapshot) |
void |
setTags(Boolean tags) |
SlackIntegrationChannelDisplay |
snapshot(Boolean snapshot) |
SlackIntegrationChannelDisplay |
tags(Boolean tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_NOTIFIED
public static final String JSON_PROPERTY_SNAPSHOT
public static final String JSON_PROPERTY_TAGS
public SlackIntegrationChannelDisplay message(Boolean message)
@Nullable public Boolean getMessage()
public void setMessage(Boolean message)
public SlackIntegrationChannelDisplay notified(Boolean notified)
@Nullable public Boolean getNotified()
public void setNotified(Boolean notified)
public SlackIntegrationChannelDisplay snapshot(Boolean snapshot)
@Nullable public Boolean getSnapshot()
public void setSnapshot(Boolean snapshot)
public SlackIntegrationChannelDisplay tags(Boolean tags)
@Nullable public Boolean getTags()
public void setTags(Boolean tags)
public SlackIntegrationChannelDisplay 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.