Package io.gs2.limit.request
Class CountUpByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CountUpByUserIdRequest>
io.gs2.limit.request.CountUpByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CountUpByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetCounterName(String counterName) voidsetCountUpValue(Integer countUpValue) voidsetDuplicationAvoider(String duplicationAvoider) voidsetLimitName(String limitName) voidsetMaxValue(Integer maxValue) voidsetNamespaceName(String namespaceName) voidsetTimeOffsetToken(String timeOffsetToken) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCounterName(String counterName) withCountUpValue(Integer countUpValue) withDuplicationAvoider(String duplicationAvoider) withLimitName(String limitName) withMaxValue(Integer maxValue) withNamespaceName(String namespaceName) withTimeOffsetToken(String timeOffsetToken) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CountUpByUserIdRequest
public CountUpByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getLimitName
-
setLimitName
-
withLimitName
-
getCounterName
-
setCounterName
-
withCounterName
-
getUserId
-
setUserId
-
withUserId
-
getCountUpValue
-
setCountUpValue
-
withCountUpValue
-
getMaxValue
-
setMaxValue
-
withMaxValue
-
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-