public class Namespace extends Object implements IModel, Serializable, Comparable<Namespace>
| Constructor and Description |
|---|
Namespace() |
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Boolean getEnableRating()
public void setEnableRating(Boolean enableRating)
public String getCreateGatheringTriggerType()
public void setCreateGatheringTriggerType(String createGatheringTriggerType)
public Namespace withCreateGatheringTriggerType(String createGatheringTriggerType)
public String getCreateGatheringTriggerRealtimeNamespaceId()
public void setCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
public Namespace withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
public String getCreateGatheringTriggerScriptId()
public void setCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
public Namespace withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
public String getCompleteMatchmakingTriggerType()
public void setCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
public Namespace withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
public String getCompleteMatchmakingTriggerRealtimeNamespaceId()
public void setCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
public Namespace withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
public String getCompleteMatchmakingTriggerScriptId()
public void setCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
public Namespace withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
public NotificationSetting getJoinNotification()
public void setJoinNotification(NotificationSetting joinNotification)
public Namespace withJoinNotification(NotificationSetting joinNotification)
public NotificationSetting getLeaveNotification()
public void setLeaveNotification(NotificationSetting leaveNotification)
public Namespace withLeaveNotification(NotificationSetting leaveNotification)
public NotificationSetting getCompleteNotification()
public void setCompleteNotification(NotificationSetting completeNotification)
public Namespace withCompleteNotification(NotificationSetting completeNotification)
public LogSetting getLogSetting()
public void setLogSetting(LogSetting logSetting)
public Namespace withLogSetting(LogSetting logSetting)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Namespace fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Namespace o)
compareTo in interface Comparable<Namespace>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.