public class CreateLotteryModelMasterRequest extends Gs2BasicRequest<CreateLotteryModelMasterRequest>
| Constructor and Description |
|---|
CreateLotteryModelMasterRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public CreateLotteryModelMasterRequest withNamespaceName(String namespaceName)
public String getName()
public void setName(String name)
public CreateLotteryModelMasterRequest withName(String name)
public String getDescription()
public void setDescription(String description)
public CreateLotteryModelMasterRequest withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public CreateLotteryModelMasterRequest withMetadata(String metadata)
public String getMode()
public void setMode(String mode)
public CreateLotteryModelMasterRequest withMode(String mode)
public String getMethod()
public void setMethod(String method)
public CreateLotteryModelMasterRequest withMethod(String method)
public String getPrizeTableName()
public void setPrizeTableName(String prizeTableName)
public CreateLotteryModelMasterRequest withPrizeTableName(String prizeTableName)
public String getChoicePrizeTableScriptId()
public void setChoicePrizeTableScriptId(String choicePrizeTableScriptId)
public CreateLotteryModelMasterRequest withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
public static CreateLotteryModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.