public class InventoryModelMaster extends Object implements IModel, Serializable, Comparable<InventoryModelMaster>
| Constructor and Description |
|---|
InventoryModelMaster() |
public String getInventoryModelId()
public void setInventoryModelId(String inventoryModelId)
public InventoryModelMaster withInventoryModelId(String inventoryModelId)
public String getName()
public void setName(String name)
public InventoryModelMaster withName(String name)
public String getMetadata()
public void setMetadata(String metadata)
public InventoryModelMaster withMetadata(String metadata)
public String getDescription()
public void setDescription(String description)
public InventoryModelMaster withDescription(String description)
public Integer getInitialCapacity()
public void setInitialCapacity(Integer initialCapacity)
public InventoryModelMaster withInitialCapacity(Integer initialCapacity)
public Integer getMaxCapacity()
public void setMaxCapacity(Integer maxCapacity)
public InventoryModelMaster withMaxCapacity(Integer maxCapacity)
public Boolean getProtectReferencedItem()
public void setProtectReferencedItem(Boolean protectReferencedItem)
public InventoryModelMaster withProtectReferencedItem(Boolean protectReferencedItem)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public InventoryModelMaster withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public InventoryModelMaster withUpdatedAt(Long updatedAt)
public static InventoryModelMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(InventoryModelMaster o)
compareTo in interface Comparable<InventoryModelMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.