Class UpdateNamespaceRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.matchmaking.request.UpdateNamespaceRequest
All Implemented Interfaces:
IRequest, Serializable

public class UpdateNamespaceRequest extends Gs2BasicRequest<UpdateNamespaceRequest>
See Also:
  • Constructor Details

    • UpdateNamespaceRequest

      public UpdateNamespaceRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public UpdateNamespaceRequest withNamespaceName(String namespaceName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public UpdateNamespaceRequest withDescription(String description)
    • getEnableRating

      public Boolean getEnableRating()
    • setEnableRating

      public void setEnableRating(Boolean enableRating)
    • withEnableRating

      public UpdateNamespaceRequest withEnableRating(Boolean enableRating)
    • getCreateGatheringTriggerType

      public String getCreateGatheringTriggerType()
    • setCreateGatheringTriggerType

      public void setCreateGatheringTriggerType(String createGatheringTriggerType)
    • withCreateGatheringTriggerType

      public UpdateNamespaceRequest withCreateGatheringTriggerType(String createGatheringTriggerType)
    • getCreateGatheringTriggerRealtimeNamespaceId

      public String getCreateGatheringTriggerRealtimeNamespaceId()
    • setCreateGatheringTriggerRealtimeNamespaceId

      public void setCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
    • withCreateGatheringTriggerRealtimeNamespaceId

      public UpdateNamespaceRequest withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
    • getCreateGatheringTriggerScriptId

      public String getCreateGatheringTriggerScriptId()
    • setCreateGatheringTriggerScriptId

      public void setCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
    • withCreateGatheringTriggerScriptId

      public UpdateNamespaceRequest withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
    • getCompleteMatchmakingTriggerType

      public String getCompleteMatchmakingTriggerType()
    • setCompleteMatchmakingTriggerType

      public void setCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
    • withCompleteMatchmakingTriggerType

      public UpdateNamespaceRequest withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
    • getCompleteMatchmakingTriggerRealtimeNamespaceId

      public String getCompleteMatchmakingTriggerRealtimeNamespaceId()
    • setCompleteMatchmakingTriggerRealtimeNamespaceId

      public void setCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
    • withCompleteMatchmakingTriggerRealtimeNamespaceId

      public UpdateNamespaceRequest withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
    • getCompleteMatchmakingTriggerScriptId

      public String getCompleteMatchmakingTriggerScriptId()
    • setCompleteMatchmakingTriggerScriptId

      public void setCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
    • withCompleteMatchmakingTriggerScriptId

      public UpdateNamespaceRequest withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
    • getChangeRatingScript

      public ScriptSetting getChangeRatingScript()
    • setChangeRatingScript

      public void setChangeRatingScript(ScriptSetting changeRatingScript)
    • withChangeRatingScript

      public UpdateNamespaceRequest withChangeRatingScript(ScriptSetting changeRatingScript)
    • getJoinNotification

      public NotificationSetting getJoinNotification()
    • setJoinNotification

      public void setJoinNotification(NotificationSetting joinNotification)
    • withJoinNotification

      public UpdateNamespaceRequest withJoinNotification(NotificationSetting joinNotification)
    • getLeaveNotification

      public NotificationSetting getLeaveNotification()
    • setLeaveNotification

      public void setLeaveNotification(NotificationSetting leaveNotification)
    • withLeaveNotification

      public UpdateNamespaceRequest withLeaveNotification(NotificationSetting leaveNotification)
    • getCompleteNotification

      public NotificationSetting getCompleteNotification()
    • setCompleteNotification

      public void setCompleteNotification(NotificationSetting completeNotification)
    • withCompleteNotification

      public UpdateNamespaceRequest withCompleteNotification(NotificationSetting completeNotification)
    • getChangeRatingNotification

      public NotificationSetting getChangeRatingNotification()
    • setChangeRatingNotification

      public void setChangeRatingNotification(NotificationSetting changeRatingNotification)
    • withChangeRatingNotification

      public UpdateNamespaceRequest withChangeRatingNotification(NotificationSetting changeRatingNotification)
    • getLogSetting

      public LogSetting getLogSetting()
    • setLogSetting

      public void setLogSetting(LogSetting logSetting)
    • withLogSetting

      public UpdateNamespaceRequest withLogSetting(LogSetting logSetting)
    • fromJson

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

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