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