public class GetLotteryModelMasterRequest extends io.gs2.control.Gs2BasicRequest<GetLotteryModelMasterRequest>
| Constructor and Description |
|---|
GetLotteryModelMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLotteryName()
抽選モデルの種類名を取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
void |
setLotteryName(String lotteryName)
抽選モデルの種類名を設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
GetLotteryModelMasterRequest |
withLotteryName(String lotteryName)
抽選モデルの種類名を設定
|
GetLotteryModelMasterRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - 抽選の種類マスターを取得public GetLotteryModelMasterRequest withNamespaceName(String namespaceName)
namespaceName - 抽選の種類マスターを取得public String getLotteryName()
public void setLotteryName(String lotteryName)
lotteryName - 抽選の種類マスターを取得public GetLotteryModelMasterRequest withLotteryName(String lotteryName)
lotteryName - 抽選の種類マスターを取得Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.