public class Account extends Object implements IModel, Serializable, Comparable<Account>
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Account o) |
boolean |
equals(Object o) |
static Account |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccountId() |
Long |
getCreatedAt() |
String |
getPassword() |
Integer |
getTimeOffset() |
String |
getUserId() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setCreatedAt(Long createdAt) |
void |
setPassword(String password) |
void |
setTimeOffset(Integer timeOffset) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Account |
withAccountId(String accountId) |
Account |
withCreatedAt(Long createdAt) |
Account |
withPassword(String password) |
Account |
withTimeOffset(Integer timeOffset) |
Account |
withUserId(String userId) |
public String getAccountId()
public void setAccountId(String accountId)
public String getUserId()
public void setUserId(String userId)
public String getPassword()
public void setPassword(String password)
public Integer getTimeOffset()
public void setTimeOffset(Integer timeOffset)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public static Account fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Account o)
compareTo in interface Comparable<Account>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.