public class Contents extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Contents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Contents |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<AcquireAction> |
getCompleteAcquireActions() |
String |
getMetadata() |
Integer |
getWeight() |
int |
hashCode() |
void |
setCompleteAcquireActions(List<AcquireAction> completeAcquireActions) |
void |
setMetadata(String metadata) |
void |
setWeight(Integer weight) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Contents |
withCompleteAcquireActions(List<AcquireAction> completeAcquireActions) |
Contents |
withMetadata(String metadata) |
Contents |
withWeight(Integer weight) |
public String getMetadata()
public void setMetadata(String metadata)
public List<AcquireAction> getCompleteAcquireActions()
public void setCompleteAcquireActions(List<AcquireAction> completeAcquireActions)
public Contents withCompleteAcquireActions(List<AcquireAction> completeAcquireActions)
public Integer getWeight()
public void setWeight(Integer weight)
public static Contents fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.