Class Namespace

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

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

    • Namespace

      public Namespace()
  • Method Details

    • getNamespaceId

      public String getNamespaceId()
    • setNamespaceId

      public void setNamespaceId(String namespaceId)
    • withNamespaceId

      public Namespace withNamespaceId(String namespaceId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Namespace withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public Namespace withDescription(String description)
    • getEnableRating

      public Boolean getEnableRating()
    • setEnableRating

      public void setEnableRating(Boolean enableRating)
    • withEnableRating

      public Namespace withEnableRating(Boolean enableRating)
    • getCreateGatheringTriggerType

      public String getCreateGatheringTriggerType()
    • setCreateGatheringTriggerType

      public void setCreateGatheringTriggerType(String createGatheringTriggerType)
    • withCreateGatheringTriggerType

      public Namespace withCreateGatheringTriggerType(String createGatheringTriggerType)
    • getCreateGatheringTriggerRealtimeNamespaceId

      public String getCreateGatheringTriggerRealtimeNamespaceId()
    • setCreateGatheringTriggerRealtimeNamespaceId

      public void setCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
    • withCreateGatheringTriggerRealtimeNamespaceId

      public Namespace withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
    • getCreateGatheringTriggerScriptId

      public String getCreateGatheringTriggerScriptId()
    • setCreateGatheringTriggerScriptId

      public void setCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
    • withCreateGatheringTriggerScriptId

      public Namespace withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
    • getCompleteMatchmakingTriggerType

      public String getCompleteMatchmakingTriggerType()
    • setCompleteMatchmakingTriggerType

      public void setCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
    • withCompleteMatchmakingTriggerType

      public Namespace withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
    • getCompleteMatchmakingTriggerRealtimeNamespaceId

      public String getCompleteMatchmakingTriggerRealtimeNamespaceId()
    • setCompleteMatchmakingTriggerRealtimeNamespaceId

      public void setCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
    • withCompleteMatchmakingTriggerRealtimeNamespaceId

      public Namespace withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
    • getCompleteMatchmakingTriggerScriptId

      public String getCompleteMatchmakingTriggerScriptId()
    • setCompleteMatchmakingTriggerScriptId

      public void setCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
    • withCompleteMatchmakingTriggerScriptId

      public Namespace withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
    • getChangeRatingScript

      public ScriptSetting getChangeRatingScript()
    • setChangeRatingScript

      public void setChangeRatingScript(ScriptSetting changeRatingScript)
    • withChangeRatingScript

      public Namespace withChangeRatingScript(ScriptSetting changeRatingScript)
    • getJoinNotification

      public NotificationSetting getJoinNotification()
    • setJoinNotification

      public void setJoinNotification(NotificationSetting joinNotification)
    • withJoinNotification

      public Namespace withJoinNotification(NotificationSetting joinNotification)
    • getLeaveNotification

      public NotificationSetting getLeaveNotification()
    • setLeaveNotification

      public void setLeaveNotification(NotificationSetting leaveNotification)
    • withLeaveNotification

      public Namespace withLeaveNotification(NotificationSetting leaveNotification)
    • getCompleteNotification

      public NotificationSetting getCompleteNotification()
    • setCompleteNotification

      public void setCompleteNotification(NotificationSetting completeNotification)
    • withCompleteNotification

      public Namespace withCompleteNotification(NotificationSetting completeNotification)
    • getChangeRatingNotification

      public NotificationSetting getChangeRatingNotification()
    • setChangeRatingNotification

      public void setChangeRatingNotification(NotificationSetting changeRatingNotification)
    • withChangeRatingNotification

      public Namespace withChangeRatingNotification(NotificationSetting changeRatingNotification)
    • getLogSetting

      public LogSetting getLogSetting()
    • setLogSetting

      public void setLogSetting(LogSetting logSetting)
    • withLogSetting

      public Namespace withLogSetting(LogSetting logSetting)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Namespace withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Namespace withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Namespace withRevision(Long revision)
    • fromJson

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

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

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

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

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