public class UpdateCurrentShowcaseMasterRequest extends io.gs2.control.Gs2BasicRequest<UpdateCurrentShowcaseMasterRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCurrentShowcaseMasterRequest.Constant |
| Constructor and Description |
|---|
UpdateCurrentShowcaseMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSettings()
ショーケースマスターデータを取得
|
String |
getShowcaseName()
ショーケースの名前を取得
|
void |
setSettings(String settings)
ショーケースマスターデータを設定
|
void |
setShowcaseName(String showcaseName)
ショーケースの名前を設定
|
UpdateCurrentShowcaseMasterRequest |
withSettings(String settings)
ショーケースマスターデータを設定
|
UpdateCurrentShowcaseMasterRequest |
withShowcaseName(String showcaseName)
ショーケースの名前を設定
|
public String getShowcaseName()
public void setShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public UpdateCurrentShowcaseMasterRequest withShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public String getSettings()
public void setSettings(String settings)
settings - ショーケースマスターデータpublic UpdateCurrentShowcaseMasterRequest withSettings(String settings)
settings - ショーケースマスターデータCopyright © 2016 Game Server Services, Inc. AllRights Reserved.