@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationHandle extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_HANDLE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentNotificationHandle() |
| Modifier and Type | Method and Description |
|---|---|
IncidentNotificationHandle |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this IncidentNotificationHandle 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 |
getDisplayName()
The name of the notified handle.
|
String |
getHandle()
The email address used for the notification.
|
IncidentNotificationHandle |
handle(String handle) |
int |
hashCode() |
IncidentNotificationHandle |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDisplayName(String displayName) |
void |
setHandle(String handle) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_HANDLE
public IncidentNotificationHandle displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public IncidentNotificationHandle handle(String handle)
@Nullable public String getHandle()
public void setHandle(String handle)
public IncidentNotificationHandle 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.