public class NotificationType extends Object implements IModel, Serializable
| Constructor and Description |
|---|
NotificationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static NotificationType |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getCategory() |
Boolean |
getEnableTransferMobilePushNotification() |
int |
hashCode() |
void |
setCategory(Integer category) |
void |
setEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
NotificationType |
withCategory(Integer category) |
NotificationType |
withEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification) |
public Integer getCategory()
public void setCategory(Integer category)
public NotificationType withCategory(Integer category)
public Boolean getEnableTransferMobilePushNotification()
public void setEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification)
public NotificationType withEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification)
public static NotificationType fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.