Package io.gs2.chat.request
Class GetRoomRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetRoomRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) voidsetRoomName(String roomName) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withRoomName(String roomName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetRoomRequest
public GetRoomRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRoomName
-
setRoomName
-
withRoomName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-