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