public class Identifier extends Object implements Serializable, Comparable<Identifier>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId
クライアントID
|
protected String |
clientSecret
クライアントシークレット
|
protected Long |
createdAt
作成日時
|
protected String |
ownerId
オーナーID
|
protected String |
userName
ユーザー名
|
| Constructor and Description |
|---|
Identifier() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Identifier o) |
boolean |
equals(Object o) |
String |
getClientId()
クライアントIDを取得
|
String |
getClientSecret()
クライアントシークレットを取得
|
Long |
getCreatedAt()
作成日時を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getUserName()
ユーザー名を取得
|
int |
hashCode() |
void |
setClientId(String clientId)
クライアントIDを設定
|
void |
setClientSecret(String clientSecret)
クライアントシークレットを設定
|
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setUserName(String userName)
ユーザー名を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Identifier |
withClientId(String clientId)
クライアントIDを設定
|
Identifier |
withClientSecret(String clientSecret)
クライアントシークレットを設定
|
Identifier |
withCreatedAt(Long createdAt)
作成日時を設定
|
Identifier |
withOwnerId(String ownerId)
オーナーIDを設定
|
Identifier |
withUserName(String userName)
ユーザー名を設定
|
protected String ownerId
protected String clientId
protected String userName
protected String clientSecret
protected Long createdAt
public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Identifier withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getClientId()
public void setClientId(String clientId)
clientId - クライアントIDpublic Identifier withClientId(String clientId)
clientId - クライアントIDpublic String getUserName()
public void setUserName(String userName)
userName - ユーザー名public Identifier withUserName(String userName)
userName - ユーザー名public String getClientSecret()
public void setClientSecret(String clientSecret)
clientSecret - クライアントシークレットpublic Identifier withClientSecret(String clientSecret)
clientSecret - クライアントシークレットpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public Identifier withCreatedAt(Long createdAt)
createdAt - 作成日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(Identifier o)
compareTo in interface Comparable<Identifier>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.