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