Package io.gs2.gateway.request
Class SendNotificationRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<SendNotificationRequest>
io.gs2.gateway.request.SendNotificationRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SendNotificationRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getSound()voidsetDuplicationAvoider(String duplicationAvoider) voidsetEnableTransferMobileNotification(Boolean enableTransferMobileNotification) voidsetNamespaceName(String namespaceName) voidsetPayload(String payload) voidvoidsetSubject(String subject) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) withNamespaceName(String namespaceName) withPayload(String payload) withSubject(String subject) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
SendNotificationRequest
public SendNotificationRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getSubject
-
setSubject
-
withSubject
-
getPayload
-
setPayload
-
withPayload
-
getEnableTransferMobileNotification
-
setEnableTransferMobileNotification
-
withEnableTransferMobileNotification
public SendNotificationRequest withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) -
getSound
-
setSound
-
withSound
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-