public class Box extends Object implements IModel, Serializable, Comparable<Box>
| Constructor and Description |
|---|
Box() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Box o) |
boolean |
equals(Object o) |
static Box |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getBoxId() |
Long |
getCreatedAt() |
List<Integer> |
getDrawnIndexes() |
String |
getPrizeTableName() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setBoxId(String boxId) |
void |
setCreatedAt(Long createdAt) |
void |
setDrawnIndexes(List<Integer> drawnIndexes) |
void |
setPrizeTableName(String prizeTableName) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Box |
withBoxId(String boxId) |
Box |
withCreatedAt(Long createdAt) |
Box |
withDrawnIndexes(List<Integer> drawnIndexes) |
Box |
withPrizeTableName(String prizeTableName) |
Box |
withUpdatedAt(Long updatedAt) |
Box |
withUserId(String userId) |
public String getBoxId()
public void setBoxId(String boxId)
public String getPrizeTableName()
public void setPrizeTableName(String prizeTableName)
public String getUserId()
public void setUserId(String userId)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Box fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Box o)
compareTo in interface Comparable<Box>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.