Package io.gs2.mission.model
Class Namespace
java.lang.Object
io.gs2.mission.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()voidsetCompleteNotification(NotificationSetting completeNotification) voidsetCounterIncrementScript(ScriptSetting counterIncrementScript) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidDeprecated.voidsetLogSetting(LogSetting logSetting) voidsetMissionCompleteScript(ScriptSetting missionCompleteScript) voidvoidsetNamespaceId(String namespaceId) voidsetQueueNamespaceId(String queueNamespaceId) Deprecated.voidsetReceiveRewardsScript(ScriptSetting receiveRewardsScript) voidsetRevision(Long revision) voidsetTransactionSetting(TransactionSetting transactionSetting) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCompleteNotification(NotificationSetting completeNotification) withCounterIncrementScript(ScriptSetting counterIncrementScript) withCreatedAt(Long createdAt) withDescription(String description) Deprecated.withLogSetting(LogSetting logSetting) withMissionCompleteScript(ScriptSetting missionCompleteScript) withNamespaceId(String namespaceId) withQueueNamespaceId(String queueNamespaceId) Deprecated.withReceiveRewardsScript(ScriptSetting receiveRewardsScript) 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
-
getMissionCompleteScript
-
setMissionCompleteScript
-
withMissionCompleteScript
-
getCounterIncrementScript
-
setCounterIncrementScript
-
withCounterIncrementScript
-
getReceiveRewardsScript
-
setReceiveRewardsScript
-
withReceiveRewardsScript
-
getCompleteNotification
-
setCompleteNotification
-
withCompleteNotification
-
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
-