public class NotificationSetting extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enableTransferMobileNotification
モバイルプッシュ通知へ転送するか
|
protected String |
gatewayNamespaceId
プッシュ通知に使用する GS2-Gateway のネームスペース のGRN
|
protected String |
sound
モバイルプッシュ通知で使用するサウンドファイル名
|
| Constructor and Description |
|---|
NotificationSetting() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnableTransferMobileNotification()
モバイルプッシュ通知へ転送するかを取得
|
String |
getGatewayNamespaceId()
プッシュ通知に使用する GS2-Gateway のネームスペース のGRNを取得
|
String |
getSound()
モバイルプッシュ通知で使用するサウンドファイル名を取得
|
void |
setEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
モバイルプッシュ通知へ転送するかを設定
|
void |
setGatewayNamespaceId(String gatewayNamespaceId)
プッシュ通知に使用する GS2-Gateway のネームスペース のGRNを設定
|
void |
setSound(String sound)
モバイルプッシュ通知で使用するサウンドファイル名を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
NotificationSetting |
withEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
モバイルプッシュ通知へ転送するかを設定
|
NotificationSetting |
withGatewayNamespaceId(String gatewayNamespaceId)
プッシュ通知に使用する GS2-Gateway のネームスペース のGRNを設定
|
NotificationSetting |
withSound(String sound)
モバイルプッシュ通知で使用するサウンドファイル名を設定
|
protected String gatewayNamespaceId
protected Boolean enableTransferMobileNotification
protected String sound
public String getGatewayNamespaceId()
public void setGatewayNamespaceId(String gatewayNamespaceId)
gatewayNamespaceId - プッシュ通知に使用する GS2-Gateway のネームスペース のGRNpublic NotificationSetting withGatewayNamespaceId(String gatewayNamespaceId)
gatewayNamespaceId - プッシュ通知に使用する GS2-Gateway のネームスペース のGRNpublic Boolean getEnableTransferMobileNotification()
public void setEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
enableTransferMobileNotification - モバイルプッシュ通知へ転送するかpublic NotificationSetting withEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
enableTransferMobileNotification - モバイルプッシュ通知へ転送するかpublic String getSound()
public void setSound(String sound)
sound - モバイルプッシュ通知で使用するサウンドファイル名public NotificationSetting withSound(String sound)
sound - モバイルプッシュ通知で使用するサウンドファイル名public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.