public class BoxItems extends Object implements IModel, Serializable
| Constructor and Description |
|---|
BoxItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static BoxItems |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getBoxId() |
List<BoxItem> |
getItems() |
String |
getPrizeTableName() |
String |
getUserId() |
int |
hashCode() |
void |
setBoxId(String boxId) |
void |
setItems(List<BoxItem> items) |
void |
setPrizeTableName(String prizeTableName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
BoxItems |
withBoxId(String boxId) |
BoxItems |
withItems(List<BoxItem> items) |
BoxItems |
withPrizeTableName(String prizeTableName) |
BoxItems |
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 static BoxItems fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.