public class Entry extends Object implements IModel, Serializable, Comparable<Entry>
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Entry o) |
boolean |
equals(Object o) |
static Entry |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getAcquiredAt() |
String |
getEntryId() |
String |
getName() |
String |
getUserId() |
int |
hashCode() |
void |
setAcquiredAt(Long acquiredAt) |
void |
setEntryId(String entryId) |
void |
setName(String name) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Entry |
withAcquiredAt(Long acquiredAt) |
Entry |
withEntryId(String entryId) |
Entry |
withName(String name) |
Entry |
withUserId(String userId) |
public String getEntryId()
public void setEntryId(String entryId)
public String getUserId()
public void setUserId(String userId)
public String getName()
public void setName(String name)
public Long getAcquiredAt()
public void setAcquiredAt(Long acquiredAt)
public static Entry fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Entry o)
compareTo in interface Comparable<Entry>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.