public class BoxItem extends Object implements IModel, Serializable
| Constructor and Description |
|---|
BoxItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static BoxItem |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<AcquireAction> |
getAcquireActions() |
Integer |
getInitial() |
Integer |
getRemaining() |
int |
hashCode() |
void |
setAcquireActions(List<AcquireAction> acquireActions) |
void |
setInitial(Integer initial) |
void |
setRemaining(Integer remaining) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
BoxItem |
withAcquireActions(List<AcquireAction> acquireActions) |
BoxItem |
withInitial(Integer initial) |
BoxItem |
withRemaining(Integer remaining) |
public List<AcquireAction> getAcquireActions()
public void setAcquireActions(List<AcquireAction> acquireActions)
public BoxItem withAcquireActions(List<AcquireAction> acquireActions)
public Integer getRemaining()
public void setRemaining(Integer remaining)
public Integer getInitial()
public void setInitial(Integer initial)
public static BoxItem fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.