public class GatheringPool extends Object implements Serializable
| Constructor and Description |
|---|
GatheringPool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getDescription()
説明文を取得
|
String |
getGatheringPoolId()
ギャザリングプールGRNを取得
|
String |
getName()
ギャザリングプール名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setGatheringPoolId(String gatheringPoolId)
ギャザリングプールGRNを設定
|
void |
setName(String name)
ギャザリングプール名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getGatheringPoolId()
public void setGatheringPoolId(String gatheringPoolId)
gatheringPoolId - ギャザリングプールGRNpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public String getDescription()
public void setDescription(String description)
description - 説明文public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public String getName()
public void setName(String name)
name - ギャザリングプール名Copyright © 2016 Game Server Services, Inc. AllRights Reserved.