public class Await extends Object implements IModel, Serializable, Comparable<Await>
| Constructor and Description |
|---|
Await() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Await o) |
boolean |
equals(Object o) |
static Await |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAwaitId() |
Integer |
getCount() |
Long |
getExchangedAt() |
String |
getName() |
String |
getRateName() |
String |
getUserId() |
int |
hashCode() |
void |
setAwaitId(String awaitId) |
void |
setCount(Integer count) |
void |
setExchangedAt(Long exchangedAt) |
void |
setName(String name) |
void |
setRateName(String rateName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Await |
withAwaitId(String awaitId) |
Await |
withCount(Integer count) |
Await |
withExchangedAt(Long exchangedAt) |
Await |
withName(String name) |
Await |
withRateName(String rateName) |
Await |
withUserId(String userId) |
public String getAwaitId()
public void setAwaitId(String awaitId)
public String getUserId()
public void setUserId(String userId)
public String getRateName()
public void setRateName(String rateName)
public String getName()
public void setName(String name)
public Integer getCount()
public void setCount(Integer count)
public Long getExchangedAt()
public void setExchangedAt(Long exchangedAt)
public static Await fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Await o)
compareTo in interface Comparable<Await>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.