Package io.gs2.matchmaking.model
Class Namespace
java.lang.Object
io.gs2.matchmaking.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) getName()inthashCode()voidsetChangeRatingNotification(NotificationSetting changeRatingNotification) voidsetChangeRatingScript(ScriptSetting changeRatingScript) voidsetCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) voidsetCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) voidsetCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType) voidsetCompleteNotification(NotificationSetting completeNotification) voidsetCreatedAt(Long createdAt) voidsetCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) voidsetCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) voidsetCreateGatheringTriggerType(String createGatheringTriggerType) voidsetDescription(String description) voidsetEnableRating(Boolean enableRating) voidsetJoinNotification(NotificationSetting joinNotification) voidsetLeaveNotification(NotificationSetting leaveNotification) voidsetLogSetting(LogSetting logSetting) voidvoidsetNamespaceId(String namespaceId) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withChangeRatingNotification(NotificationSetting changeRatingNotification) withChangeRatingScript(ScriptSetting changeRatingScript) withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType) withCompleteNotification(NotificationSetting completeNotification) withCreatedAt(Long createdAt) withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) withCreateGatheringTriggerType(String createGatheringTriggerType) withDescription(String description) withEnableRating(Boolean enableRating) withJoinNotification(NotificationSetting joinNotification) withLeaveNotification(NotificationSetting leaveNotification) withLogSetting(LogSetting logSetting) withNamespaceId(String namespaceId) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getEnableRating
-
setEnableRating
-
withEnableRating
-
getCreateGatheringTriggerType
-
setCreateGatheringTriggerType
-
withCreateGatheringTriggerType
-
getCreateGatheringTriggerRealtimeNamespaceId
-
setCreateGatheringTriggerRealtimeNamespaceId
public void setCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) -
withCreateGatheringTriggerRealtimeNamespaceId
-
getCreateGatheringTriggerScriptId
-
setCreateGatheringTriggerScriptId
-
withCreateGatheringTriggerScriptId
-
getCompleteMatchmakingTriggerType
-
setCompleteMatchmakingTriggerType
-
withCompleteMatchmakingTriggerType
-
getCompleteMatchmakingTriggerRealtimeNamespaceId
-
setCompleteMatchmakingTriggerRealtimeNamespaceId
public void setCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) -
withCompleteMatchmakingTriggerRealtimeNamespaceId
-
getCompleteMatchmakingTriggerScriptId
-
setCompleteMatchmakingTriggerScriptId
-
withCompleteMatchmakingTriggerScriptId
-
getChangeRatingScript
-
setChangeRatingScript
-
withChangeRatingScript
-
getJoinNotification
-
setJoinNotification
-
withJoinNotification
-
getLeaveNotification
-
setLeaveNotification
-
withLeaveNotification
-
getCompleteNotification
-
setCompleteNotification
-
withCompleteNotification
-
getChangeRatingNotification
-
setChangeRatingNotification
-
withChangeRatingNotification
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Namespace>
-
hashCode
public int hashCode() -
equals
-