public class User extends Object implements IModel, Serializable, Comparable<User>
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(User o) |
boolean |
equals(Object o) |
static User |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getDescription() |
String |
getName() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
User |
withCreatedAt(Long createdAt) |
User |
withDescription(String description) |
User |
withName(String name) |
User |
withUpdatedAt(Long updatedAt) |
User |
withUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static User fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(User o)
compareTo in interface Comparable<User>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.