Class LotteryModelMaster

java.lang.Object
io.gs2.lottery.model.LotteryModelMaster
All Implemented Interfaces:
IModel, Serializable, Comparable<LotteryModelMaster>

public class LotteryModelMaster extends Object implements IModel, Serializable, Comparable<LotteryModelMaster>
See Also:
  • Constructor Details

    • LotteryModelMaster

      public LotteryModelMaster()
  • Method Details

    • getLotteryModelId

      public String getLotteryModelId()
    • setLotteryModelId

      public void setLotteryModelId(String lotteryModelId)
    • withLotteryModelId

      public LotteryModelMaster withLotteryModelId(String lotteryModelId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public LotteryModelMaster withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public LotteryModelMaster withMetadata(String metadata)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public LotteryModelMaster withDescription(String description)
    • getMode

      public String getMode()
    • setMode

      public void setMode(String mode)
    • withMode

      public LotteryModelMaster withMode(String mode)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • withMethod

      public LotteryModelMaster withMethod(String method)
    • getPrizeTableName

      public String getPrizeTableName()
    • setPrizeTableName

      public void setPrizeTableName(String prizeTableName)
    • withPrizeTableName

      public LotteryModelMaster withPrizeTableName(String prizeTableName)
    • getChoicePrizeTableScriptId

      public String getChoicePrizeTableScriptId()
    • setChoicePrizeTableScriptId

      public void setChoicePrizeTableScriptId(String choicePrizeTableScriptId)
    • withChoicePrizeTableScriptId

      public LotteryModelMaster withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public LotteryModelMaster withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public LotteryModelMaster withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public LotteryModelMaster withRevision(Long revision)
    • fromJson

      public static LotteryModelMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(LotteryModelMaster o)
      Specified by:
      compareTo in interface Comparable<LotteryModelMaster>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object