Package io.gs2.chat.model
Class NotificationType
java.lang.Object
io.gs2.chat.model.NotificationType
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic NotificationTypefromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCategory(Integer category) voidsetEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification) com.fasterxml.jackson.databind.JsonNodetoJson()withCategory(Integer category) withEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification)
-
Constructor Details
-
NotificationType
public NotificationType()
-
-
Method Details
-
getCategory
-
setCategory
-
withCategory
-
getEnableTransferMobilePushNotification
-
setEnableTransferMobilePushNotification
-
withEnableTransferMobilePushNotification
public NotificationType withEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification) -
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-