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