Package io.gs2.inventory.request
Class SetCapacityByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<SetCapacityByUserIdRequest>
io.gs2.inventory.request.SetCapacityByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetCapacityByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDuplicationAvoider(String duplicationAvoider) voidsetInventoryName(String inventoryName) voidsetNamespaceName(String namespaceName) voidsetNewCapacityValue(Integer newCapacityValue) voidsetTimeOffsetToken(String timeOffsetToken) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withInventoryName(String inventoryName) withNamespaceName(String namespaceName) withNewCapacityValue(Integer newCapacityValue) withTimeOffsetToken(String timeOffsetToken) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
SetCapacityByUserIdRequest
public SetCapacityByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getUserId
-
setUserId
-
withUserId
-
getNewCapacityValue
-
setNewCapacityValue
-
withNewCapacityValue
-
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-