Package io.gs2.realtime.model
Class NotificationSetting
java.lang.Object
io.gs2.realtime.model.NotificationSetting
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic NotificationSettingfromJson(com.fasterxml.jackson.databind.JsonNode data) getSound()inthashCode()voidsetEnableTransferMobileNotification(Boolean enableTransferMobileNotification) voidsetGatewayNamespaceId(String gatewayNamespaceId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) withGatewayNamespaceId(String gatewayNamespaceId)
-
Constructor Details
-
NotificationSetting
public NotificationSetting()
-
-
Method Details
-
getGatewayNamespaceId
-
setGatewayNamespaceId
-
withGatewayNamespaceId
-
getEnableTransferMobileNotification
-
setEnableTransferMobileNotification
-
withEnableTransferMobileNotification
public NotificationSetting withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) -
getSound
-
setSound
-
withSound
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-