Package io.gs2.realtime.request
Class WantRoomRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WantRoomRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidvoidsetNamespaceName(String namespaceName) voidsetNotificationUserIds(List<String> notificationUserIds) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withNotificationUserIds(List<String> notificationUserIds) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
WantRoomRequest
public WantRoomRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getNotificationUserIds
-
setNotificationUserIds
-
withNotificationUserIds
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-