public class SubscribeByUserIdRequest extends Gs2BasicRequest<SubscribeByUserIdRequest>
| Constructor and Description |
|---|
SubscribeByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static SubscribeByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
List<NotificationType> |
getNotificationTypes() |
String |
getRoomName() |
String |
getUserId() |
void |
setNamespaceName(String namespaceName) |
void |
setNotificationTypes(List<NotificationType> notificationTypes) |
void |
setRoomName(String roomName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SubscribeByUserIdRequest |
withNamespaceName(String namespaceName) |
SubscribeByUserIdRequest |
withNotificationTypes(List<NotificationType> notificationTypes) |
SubscribeByUserIdRequest |
withRoomName(String roomName) |
SubscribeByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public SubscribeByUserIdRequest withNamespaceName(String namespaceName)
public String getRoomName()
public void setRoomName(String roomName)
public SubscribeByUserIdRequest withRoomName(String roomName)
public String getUserId()
public void setUserId(String userId)
public SubscribeByUserIdRequest withUserId(String userId)
public List<NotificationType> getNotificationTypes()
public void setNotificationTypes(List<NotificationType> notificationTypes)
public SubscribeByUserIdRequest withNotificationTypes(List<NotificationType> notificationTypes)
public static SubscribeByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.