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