public class UpdateCurrentLotteryMasterRequest extends io.gs2.control.Gs2BasicRequest<UpdateCurrentLotteryMasterRequest>
| Constructor and Description |
|---|
UpdateCurrentLotteryMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getSettings()
マスターデータを取得
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setSettings(String settings)
マスターデータを設定
|
UpdateCurrentLotteryMasterRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
UpdateCurrentLotteryMasterRequest |
withSettings(String settings)
マスターデータを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - 現在有効な現在有効な抽選設定を更新しますpublic UpdateCurrentLotteryMasterRequest withNamespaceName(String namespaceName)
namespaceName - 現在有効な現在有効な抽選設定を更新しますpublic String getSettings()
public void setSettings(String settings)
settings - 現在有効な現在有効な抽選設定を更新しますpublic UpdateCurrentLotteryMasterRequest withSettings(String settings)
settings - 現在有効な現在有効な抽選設定を更新しますCopyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.