public class Password extends Object implements IModel, Serializable, Comparable<Password>
| Constructor and Description |
|---|
Password() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Password o) |
boolean |
equals(Object o) |
static Password |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getUserId() |
String |
getUserName() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Password |
withCreatedAt(Long createdAt) |
Password |
withUserId(String userId) |
Password |
withUserName(String userName) |
public String getUserId()
public void setUserId(String userId)
public String getUserName()
public void setUserName(String userName)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public static Password fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Password o)
compareTo in interface Comparable<Password>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.