public class ItemSet extends Object implements IModel, Serializable, Comparable<ItemSet>
| Constructor and Description |
|---|
ItemSet() |
public String getItemSetId()
public void setItemSetId(String itemSetId)
public String getName()
public void setName(String name)
public String getInventoryName()
public void setInventoryName(String inventoryName)
public String getUserId()
public void setUserId(String userId)
public String getItemName()
public void setItemName(String itemName)
public Long getCount()
public void setCount(Long count)
public Integer getSortValue()
public void setSortValue(Integer sortValue)
public Long getExpiresAt()
public void setExpiresAt(Long expiresAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static ItemSet fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(ItemSet o)
compareTo in interface Comparable<ItemSet>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.