Package io.gs2.inventory.request
Class AcquireItemSetWithGradeByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<AcquireItemSetWithGradeByUserIdRequest>
io.gs2.inventory.request.AcquireItemSetWithGradeByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class AcquireItemSetWithGradeByUserIdRequest
extends Gs2BasicRequest<AcquireItemSetWithGradeByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDuplicationAvoider(String duplicationAvoider) voidsetGradeModelId(String gradeModelId) voidsetGradeValue(Long gradeValue) voidsetInventoryName(String inventoryName) voidsetItemName(String itemName) voidsetNamespaceName(String namespaceName) voidsetTimeOffsetToken(String timeOffsetToken) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withGradeModelId(String gradeModelId) withGradeValue(Long gradeValue) withInventoryName(String inventoryName) withItemName(String itemName) 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
-
AcquireItemSetWithGradeByUserIdRequest
public AcquireItemSetWithGradeByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getItemName
-
setItemName
-
withItemName
-
getUserId
-
setUserId
-
withUserId
-
getGradeModelId
-
setGradeModelId
-
withGradeModelId
-
getGradeValue
-
setGradeValue
-
withGradeValue
-
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
public static AcquireItemSetWithGradeByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-