public class DescribeGoldMasterRequest extends io.gs2.control.Gs2BasicRequest<DescribeGoldMasterRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeGoldMasterRequest.Constant |
| Constructor and Description |
|---|
DescribeGoldMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoldPoolName()
ゴールドプールの名前を取得
|
Integer |
getLimit()
データの取得件数を取得
|
String |
getPageToken()
データの取得を開始する位置を指定するトークンを取得
|
void |
setGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
void |
setLimit(Integer limit)
データの取得件数を設定
|
void |
setPageToken(String pageToken)
データの取得を開始する位置を指定するトークンを設定
|
DescribeGoldMasterRequest |
withGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
DescribeGoldMasterRequest |
withLimit(Integer limit)
データの取得件数を設定
|
DescribeGoldMasterRequest |
withPageToken(String pageToken)
データの取得を開始する位置を指定するトークンを設定
|
public String getGoldPoolName()
public void setGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public DescribeGoldMasterRequest withGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public String getPageToken()
public void setPageToken(String pageToken)
pageToken - データの取得を開始する位置を指定するトークンpublic DescribeGoldMasterRequest withPageToken(String pageToken)
pageToken - データの取得を開始する位置を指定するトークンpublic Integer getLimit()
public void setLimit(Integer limit)
limit - データの取得件数public DescribeGoldMasterRequest withLimit(Integer limit)
limit - データの取得件数Copyright © 2016 Game Server Services, Inc. AllRights Reserved.