public class UpdateCurrentGoldMasterRequest extends io.gs2.control.Gs2BasicRequest<UpdateCurrentGoldMasterRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCurrentGoldMasterRequest.Constant |
| Constructor and Description |
|---|
UpdateCurrentGoldMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoldPoolName()
ゴールドプールの名前を取得
|
String |
getSettings()
ゴールドマスターデータを取得
|
void |
setGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
void |
setSettings(String settings)
ゴールドマスターデータを設定
|
UpdateCurrentGoldMasterRequest |
withGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
UpdateCurrentGoldMasterRequest |
withSettings(String settings)
ゴールドマスターデータを設定
|
public String getGoldPoolName()
public void setGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public UpdateCurrentGoldMasterRequest withGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public String getSettings()
public void setSettings(String settings)
settings - ゴールドマスターデータpublic UpdateCurrentGoldMasterRequest withSettings(String settings)
settings - ゴールドマスターデータCopyright © 2016 Game Server Services, Inc. AllRights Reserved.