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