Package io.gs2.chat.request
Class GetMessageByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetMessageByUserIdRequest>
io.gs2.chat.request.GetMessageByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetMessageByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetMessageName(String messageName) voidsetNamespaceName(String namespaceName) voidsetPassword(String password) voidsetRoomName(String roomName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withMessageName(String messageName) withNamespaceName(String namespaceName) withPassword(String password) withRoomName(String roomName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetMessageByUserIdRequest
public GetMessageByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRoomName
-
setRoomName
-
withRoomName
-
getMessageName
-
setMessageName
-
withMessageName
-
getPassword
-
setPassword
-
withPassword
-
getUserId
-
setUserId
-
withUserId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-