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)
最終更新日時(エポック秒)を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
GatheringPool |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
GatheringPool |
withDescription(String description)
説明文を設定
|
GatheringPool |
withGatheringPoolId(String gatheringPoolId)
ギャザリングプールGRNを設定
|
GatheringPool |
withName(String name)
ギャザリングプール名を設定
|
GatheringPool |
withOwnerId(String ownerId)
オーナーIDを設定
|
GatheringPool |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getGatheringPoolId()
public void setGatheringPoolId(String gatheringPoolId)
gatheringPoolId - ギャザリングプールGRNpublic GatheringPool withGatheringPoolId(String gatheringPoolId)
gatheringPoolId - ギャザリングプールGRNpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic GatheringPool withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - ギャザリングプール名public GatheringPool withName(String name)
name - ギャザリングプール名public String getDescription()
public void setDescription(String description)
description - 説明文public GatheringPool withDescription(String description)
description - 説明文public Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public GatheringPool withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public GatheringPool withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.