public class Reward extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Reward() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Reward |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAction() |
String |
getItemId() |
String |
getRequest() |
Integer |
getValue() |
int |
hashCode() |
void |
setAction(String action) |
void |
setItemId(String itemId) |
void |
setRequest(String request) |
void |
setValue(Integer value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Reward |
withAction(String action) |
Reward |
withItemId(String itemId) |
Reward |
withRequest(String request) |
Reward |
withValue(Integer value) |
public String getAction()
public void setAction(String action)
public String getRequest()
public void setRequest(String request)
public String getItemId()
public void setItemId(String itemId)
public Integer getValue()
public void setValue(Integer value)
public static Reward fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.