Package io.gs2.gateway.request
Class SendMobileNotificationByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<SendMobileNotificationByUserIdRequest>
io.gs2.gateway.request.SendMobileNotificationByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class SendMobileNotificationByUserIdRequest
extends Gs2BasicRequest<SendMobileNotificationByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getSound()voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetPayload(String payload) voidvoidsetSubject(String subject) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) 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
-
SendMobileNotificationByUserIdRequest
public SendMobileNotificationByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getSubject
-
setSubject
-
withSubject
-
getPayload
-
setPayload
-
withPayload
-
getSound
-
setSound
-
withSound
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
public static SendMobileNotificationByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-