Package io.gs2.idle.request
Class GetStatusRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetStatusRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetCategoryName(String categoryName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withCategoryName(String categoryName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetStatusRequest
public GetStatusRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-