Package io.gs2.lottery.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic LotteryModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getMode()getName()inthashCode()voidsetChoicePrizeTableScriptId(String choicePrizeTableScriptId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetLotteryModelId(String lotteryModelId) voidsetMetadata(String metadata) voidvoidvoidvoidsetPrizeTableName(String prizeTableName) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withChoicePrizeTableScriptId(String choicePrizeTableScriptId) withCreatedAt(Long createdAt) withDescription(String description) withLotteryModelId(String lotteryModelId) withMetadata(String metadata) withMethod(String method) withPrizeTableName(String prizeTableName) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
LotteryModelMaster
public LotteryModelMaster()
-
-
Method Details
-
getLotteryModelId
-
setLotteryModelId
-
withLotteryModelId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getDescription
-
setDescription
-
withDescription
-
getMode
-
setMode
-
withMode
-
getMethod
-
setMethod
-
withMethod
-
getPrizeTableName
-
setPrizeTableName
-
withPrizeTableName
-
getChoicePrizeTableScriptId
-
setChoicePrizeTableScriptId
-
withChoicePrizeTableScriptId
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<LotteryModelMaster>
-
hashCode
public int hashCode() -
equals
-