Package io.gs2.mission.request
Class VerifyCounterValueByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<VerifyCounterValueByUserIdRequest>
io.gs2.mission.request.VerifyCounterValueByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class VerifyCounterValueByUserIdRequest
extends Gs2BasicRequest<VerifyCounterValueByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getValue()voidsetCounterName(String counterName) voidsetDuplicationAvoider(String duplicationAvoider) voidsetMultiplyValueSpecifyingQuantity(Boolean multiplyValueSpecifyingQuantity) voidsetNamespaceName(String namespaceName) voidsetResetType(String resetType) voidsetTimeOffsetToken(String timeOffsetToken) voidvoidvoidsetVerifyType(String verifyType) com.fasterxml.jackson.databind.JsonNodetoJson()withCounterName(String counterName) withDuplicationAvoider(String duplicationAvoider) withMultiplyValueSpecifyingQuantity(Boolean multiplyValueSpecifyingQuantity) withNamespaceName(String namespaceName) withResetType(String resetType) withTimeOffsetToken(String timeOffsetToken) withUserId(String userId) withVerifyType(String verifyType) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
VerifyCounterValueByUserIdRequest
public VerifyCounterValueByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getCounterName
-
setCounterName
-
withCounterName
-
getVerifyType
-
setVerifyType
-
withVerifyType
-
getResetType
-
setResetType
-
withResetType
-
getValue
-
setValue
-
withValue
-
getMultiplyValueSpecifyingQuantity
-
setMultiplyValueSpecifyingQuantity
-
withMultiplyValueSpecifyingQuantity
public VerifyCounterValueByUserIdRequest withMultiplyValueSpecifyingQuantity(Boolean multiplyValueSpecifyingQuantity) -
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
public static VerifyCounterValueByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-