@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotificationChannelPushConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_NAME |
static String |
JSON_PROPERTY_DEVICE_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
NotificationChannelPushConfig() |
NotificationChannelPushConfig(String applicationName,
String deviceName,
NotificationChannelPushConfigType type) |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannelPushConfig |
applicationName(String applicationName) |
NotificationChannelPushConfig |
deviceName(String deviceName) |
boolean |
equals(Object o)
Return true if this NotificationChannelPushConfig 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 |
getApplicationName()
The name of the application used to receive push notifications
|
String |
getDeviceName()
The name of the mobile device being used
|
NotificationChannelPushConfigType |
getType()
Indicates that the notification channel is a mobile device for push notifications
|
int |
hashCode() |
NotificationChannelPushConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationName(String applicationName) |
void |
setDeviceName(String deviceName) |
void |
setType(NotificationChannelPushConfigType type) |
String |
toString() |
NotificationChannelPushConfig |
type(NotificationChannelPushConfigType type) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_NAME
public static final String JSON_PROPERTY_DEVICE_NAME
public static final String JSON_PROPERTY_TYPE
public NotificationChannelPushConfig()
public NotificationChannelPushConfig(String applicationName, String deviceName, NotificationChannelPushConfigType type)
public NotificationChannelPushConfig applicationName(String applicationName)
public String getApplicationName()
public void setApplicationName(String applicationName)
public NotificationChannelPushConfig deviceName(String deviceName)
public String getDeviceName()
public void setDeviceName(String deviceName)
public NotificationChannelPushConfig type(NotificationChannelPushConfigType type)
public NotificationChannelPushConfigType getType()
public void setType(NotificationChannelPushConfigType type)
public NotificationChannelPushConfig 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.