public class DescribeGatheringPoolResult extends Object
| Constructor and Description |
|---|
DescribeGatheringPoolResult() |
| Modifier and Type | Method and Description |
|---|---|
List<GatheringPool> |
getItems()
ギャザリングプールを取得
|
String |
getNextPageToken()
次のページを読み込むためのトークンを取得
|
void |
setItems(List<GatheringPool> items)
ギャザリングプールを設定
|
void |
setNextPageToken(String nextPageToken)
次のページを読み込むためのトークンを設定
|
public String getNextPageToken()
public void setNextPageToken(String nextPageToken)
nextPageToken - 次のページを読み込むためのトークンpublic List<GatheringPool> getItems()
public void setItems(List<GatheringPool> items)
items - ギャザリングプールCopyright © 2016 Game Server Services, Inc. AllRights Reserved.