Package io.gs2.inventory.request
Class UpdateItemModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateItemModelMasterRequest>
io.gs2.inventory.request.UpdateItemModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateItemModelMasterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAllowMultipleStacks(Boolean allowMultipleStacks) voidsetDescription(String description) voidsetInventoryName(String inventoryName) voidsetItemName(String itemName) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidsetSortValue(Integer sortValue) voidsetStackingLimit(Long stackingLimit) com.fasterxml.jackson.databind.JsonNodetoJson()withAllowMultipleStacks(Boolean allowMultipleStacks) withDescription(String description) withInventoryName(String inventoryName) withItemName(String itemName) withMetadata(String metadata) withNamespaceName(String namespaceName) withSortValue(Integer sortValue) withStackingLimit(Long stackingLimit) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateItemModelMasterRequest
public UpdateItemModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getItemName
-
setItemName
-
withItemName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getStackingLimit
-
setStackingLimit
-
withStackingLimit
-
getAllowMultipleStacks
-
setAllowMultipleStacks
-
withAllowMultipleStacks
-
getSortValue
-
setSortValue
-
withSortValue
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-