@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.
|
String |
getDisplayName()
The name of the notified handle.
|
String |
getHandle()
The email address used for the notification.
|
IncidentNotificationHandle |
handle(String handle) |
int |
hashCode() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.