public class GetLotteryModelMasterRequest extends Gs2BasicRequest<GetLotteryModelMasterRequest>
| Constructor and Description |
|---|
GetLotteryModelMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetLotteryModelMasterRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getLotteryName() |
String |
getNamespaceName() |
void |
setLotteryName(String lotteryName) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetLotteryModelMasterRequest |
withLotteryName(String lotteryName) |
GetLotteryModelMasterRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetLotteryModelMasterRequest withNamespaceName(String namespaceName)
public String getLotteryName()
public void setLotteryName(String lotteryName)
public GetLotteryModelMasterRequest withLotteryName(String lotteryName)
public static GetLotteryModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.