public class GetWalletRequest extends io.gs2.control.Gs2UserRequest<GetWalletRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetWalletRequest.Constant |
| Constructor and Description |
|---|
GetWalletRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoldName()
ゴールドの名前を取得
|
String |
getGoldPoolName()
ゴールドプールの名前を取得
|
void |
setGoldName(String goldName)
ゴールドの名前を設定
|
void |
setGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
GetWalletRequest |
withGoldName(String goldName)
ゴールドの名前を設定
|
GetWalletRequest |
withGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
getAccessToken, setAccessToken, withAccessTokenpublic String getGoldPoolName()
public void setGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public GetWalletRequest withGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールドの名前public GetWalletRequest withGoldName(String goldName)
goldName - ゴールドの名前Copyright © 2016 Game Server Services, Inc. AllRights Reserved.