Package io.gs2.lottery.model
Class Namespace
java.lang.Object
io.gs2.lottery.model.Namespace
- All Implemented Interfaces:
IModel,Serializable,Comparable<Namespace>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic NamespacefromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()Deprecated.getName()Deprecated.inthashCode()voidsetChoicePrizeTableScriptId(String choicePrizeTableScriptId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidDeprecated.voidsetLogSetting(LogSetting logSetting) voidsetLotteryTriggerScriptId(String lotteryTriggerScriptId) voidvoidsetNamespaceId(String namespaceId) voidsetQueueNamespaceId(String queueNamespaceId) Deprecated.voidsetRevision(Long revision) voidsetTransactionSetting(TransactionSetting transactionSetting) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withChoicePrizeTableScriptId(String choicePrizeTableScriptId) withCreatedAt(Long createdAt) withDescription(String description) Deprecated.withLogSetting(LogSetting logSetting) withLotteryTriggerScriptId(String lotteryTriggerScriptId) withNamespaceId(String namespaceId) withQueueNamespaceId(String queueNamespaceId) Deprecated.withRevision(Long revision) withTransactionSetting(TransactionSetting transactionSetting) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getTransactionSetting
-
setTransactionSetting
-
withTransactionSetting
-
getLotteryTriggerScriptId
-
setLotteryTriggerScriptId
-
withLotteryTriggerScriptId
-
getChoicePrizeTableScriptId
-
setChoicePrizeTableScriptId
-
withChoicePrizeTableScriptId
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getQueueNamespaceId
Deprecated. -
setQueueNamespaceId
Deprecated. -
withQueueNamespaceId
Deprecated. -
getKeyId
Deprecated. -
setKeyId
Deprecated. -
withKeyId
Deprecated. -
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Namespace>
-
hashCode
public int hashCode() -
equals
-