Class NotificationSetting

java.lang.Object
io.gs2.matchmaking.model.NotificationSetting
All Implemented Interfaces:
IModel, Serializable

public class NotificationSetting extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • NotificationSetting

      public NotificationSetting()
  • Method Details

    • getGatewayNamespaceId

      public String getGatewayNamespaceId()
    • setGatewayNamespaceId

      public void setGatewayNamespaceId(String gatewayNamespaceId)
    • withGatewayNamespaceId

      public NotificationSetting withGatewayNamespaceId(String gatewayNamespaceId)
    • getEnableTransferMobileNotification

      public Boolean getEnableTransferMobileNotification()
    • setEnableTransferMobileNotification

      public void setEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
    • withEnableTransferMobileNotification

      public NotificationSetting withEnableTransferMobileNotification(Boolean enableTransferMobileNotification)
    • getSound

      public String getSound()
    • setSound

      public void setSound(String sound)
    • withSound

      public NotificationSetting withSound(String sound)
    • fromJson

      public static NotificationSetting fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object