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