| Package | Description |
|---|---|
| io.gs2.realtime.control | |
| io.gs2.realtime.model |
| Modifier and Type | Method and Description |
|---|---|
GatheringPool |
UpdateGatheringPoolResult.getItem()
ギャザリングプールを取得
|
GatheringPool |
CreateGatheringPoolResult.getItem()
ギャザリングプールを取得
|
GatheringPool |
GetGatheringPoolResult.getItem()
ギャザリングプールを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<GatheringPool> |
DescribeGatheringPoolResult.getItems()
ギャザリングプールを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGatheringPoolResult.setItem(GatheringPool item)
ギャザリングプールを設定
|
void |
CreateGatheringPoolResult.setItem(GatheringPool item)
ギャザリングプールを設定
|
void |
GetGatheringPoolResult.setItem(GatheringPool item)
ギャザリングプールを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGatheringPoolResult.setItems(List<GatheringPool> items)
ギャザリングプールを設定
|
| Modifier and Type | Method and Description |
|---|---|
GatheringPool |
GatheringPool.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
GatheringPool |
GatheringPool.withDescription(String description)
説明文を設定
|
GatheringPool |
GatheringPool.withGatheringPoolId(String gatheringPoolId)
ギャザリングプールGRNを設定
|
GatheringPool |
GatheringPool.withName(String name)
ギャザリングプール名を設定
|
GatheringPool |
GatheringPool.withOwnerId(String ownerId)
オーナーIDを設定
|
GatheringPool |
GatheringPool.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.