public class UpdateItemModelMasterRequest extends Gs2BasicRequest<UpdateItemModelMasterRequest>
| Constructor and Description |
|---|
UpdateItemModelMasterRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateItemModelMasterRequest withNamespaceName(String namespaceName)
public String getInventoryName()
public void setInventoryName(String inventoryName)
public UpdateItemModelMasterRequest withInventoryName(String inventoryName)
public String getItemName()
public void setItemName(String itemName)
public UpdateItemModelMasterRequest withItemName(String itemName)
public String getDescription()
public void setDescription(String description)
public UpdateItemModelMasterRequest withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public UpdateItemModelMasterRequest withMetadata(String metadata)
public Long getStackingLimit()
public void setStackingLimit(Long stackingLimit)
public UpdateItemModelMasterRequest withStackingLimit(Long stackingLimit)
public Boolean getAllowMultipleStacks()
public void setAllowMultipleStacks(Boolean allowMultipleStacks)
public UpdateItemModelMasterRequest withAllowMultipleStacks(Boolean allowMultipleStacks)
public Integer getSortValue()
public void setSortValue(Integer sortValue)
public UpdateItemModelMasterRequest withSortValue(Integer sortValue)
public static UpdateItemModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.