public class SendMobileNotificationByUserIdRequest extends Gs2BasicRequest<SendMobileNotificationByUserIdRequest>
| Constructor and Description |
|---|
SendMobileNotificationByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static SendMobileNotificationByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
String |
getPayload() |
String |
getSound() |
String |
getSubject() |
String |
getUserId() |
void |
setNamespaceName(String namespaceName) |
void |
setPayload(String payload) |
void |
setSound(String sound) |
void |
setSubject(String subject) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SendMobileNotificationByUserIdRequest |
withNamespaceName(String namespaceName) |
SendMobileNotificationByUserIdRequest |
withPayload(String payload) |
SendMobileNotificationByUserIdRequest |
withSound(String sound) |
SendMobileNotificationByUserIdRequest |
withSubject(String subject) |
SendMobileNotificationByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic SendMobileNotificationByUserIdRequest()
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public SendMobileNotificationByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public SendMobileNotificationByUserIdRequest withUserId(String userId)
public String getSubject()
public void setSubject(String subject)
public SendMobileNotificationByUserIdRequest withSubject(String subject)
public String getPayload()
public void setPayload(String payload)
public SendMobileNotificationByUserIdRequest withPayload(String payload)
public String getSound()
public void setSound(String sound)
public SendMobileNotificationByUserIdRequest withSound(String sound)
public static SendMobileNotificationByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.