public class Identifier extends Object implements Serializable
| Constructor and Description |
|---|
Identifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
クライアントIDを取得
|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getIdentifierId()
ユーザGRNを取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getUserId()
ユーザIDを取得
|
void |
setClientId(String clientId)
クライアントIDを設定
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setIdentifierId(String identifierId)
ユーザGRNを設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setUserId(String userId)
ユーザIDを設定
|
public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public String getUserId()
public void setUserId(String userId)
userId - ユーザIDpublic String getIdentifierId()
public void setIdentifierId(String identifierId)
identifierId - ユーザGRNpublic String getClientId()
public void setClientId(String clientId)
clientId - クライアントIDCopyright © 2016 Game Server Services, Inc. AllRights Reserved.