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