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