public class NotificationSetting extends Object implements IModel, Serializable
| Constructor and Description |
|---|
NotificationSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static NotificationSetting |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Boolean |
getEnableTransferMobileNotification() |
String |
getGatewayNamespaceId() |
String |
getSound() |
int |
hashCode() |
void |
setEnableTransferMobileNotification(Boolean enableTransferMobileNotification) |
void |
setGatewayNamespaceId(String gatewayNamespaceId) |
void |
setSound(String sound) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
NotificationSetting |
withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) |
NotificationSetting |
withGatewayNamespaceId(String gatewayNamespaceId) |
NotificationSetting |
withSound(String sound) |
public String getGatewayNamespaceId()
public void setGatewayNamespaceId(String gatewayNamespaceId)
public NotificationSetting withGatewayNamespaceId(String gatewayNamespaceId)
public Boolean getEnableTransferMobileNotification()
public void setEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
public NotificationSetting withEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
public String getSound()
public void setSound(String sound)
public NotificationSetting withSound(String sound)
public static NotificationSetting fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.