public class LotteryModel extends Object implements IModel, Serializable, Comparable<LotteryModel>
| Constructor and Description |
|---|
LotteryModel() |
public String getLotteryModelId()
public void setLotteryModelId(String lotteryModelId)
public LotteryModel withLotteryModelId(String lotteryModelId)
public String getName()
public void setName(String name)
public LotteryModel withName(String name)
public String getMetadata()
public void setMetadata(String metadata)
public LotteryModel withMetadata(String metadata)
public String getMode()
public void setMode(String mode)
public LotteryModel withMode(String mode)
public String getMethod()
public void setMethod(String method)
public LotteryModel withMethod(String method)
public String getPrizeTableName()
public void setPrizeTableName(String prizeTableName)
public LotteryModel withPrizeTableName(String prizeTableName)
public String getChoicePrizeTableScriptId()
public void setChoicePrizeTableScriptId(String choicePrizeTableScriptId)
public LotteryModel withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
public static LotteryModel fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(LotteryModel o)
compareTo in interface Comparable<LotteryModel>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.