Package io.gs2.limit.request
Class GetCounterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetCounterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetCounterName(String counterName) voidsetLimitName(String limitName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withCounterName(String counterName) withLimitName(String limitName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetCounterRequest
public GetCounterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getLimitName
-
setLimitName
-
withLimitName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getCounterName
-
setCounterName
-
withCounterName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-