public class UpdateNamespaceRequest extends Gs2BasicRequest<UpdateNamespaceRequest>
| Constructor and Description |
|---|
UpdateNamespaceRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateNamespaceRequest withNamespaceName(String namespaceName)
public String getDescription()
public void setDescription(String description)
public UpdateNamespaceRequest withDescription(String description)
public Boolean getEnableRating()
public void setEnableRating(Boolean enableRating)
public UpdateNamespaceRequest withEnableRating(Boolean enableRating)
public String getCreateGatheringTriggerType()
public void setCreateGatheringTriggerType(String createGatheringTriggerType)
public UpdateNamespaceRequest withCreateGatheringTriggerType(String createGatheringTriggerType)
public String getCreateGatheringTriggerRealtimeNamespaceId()
public void setCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
public UpdateNamespaceRequest withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId)
public String getCreateGatheringTriggerScriptId()
public void setCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
public UpdateNamespaceRequest withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId)
public String getCompleteMatchmakingTriggerType()
public void setCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
public UpdateNamespaceRequest withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType)
public String getCompleteMatchmakingTriggerRealtimeNamespaceId()
public void setCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
public UpdateNamespaceRequest withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId)
public String getCompleteMatchmakingTriggerScriptId()
public void setCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
public UpdateNamespaceRequest withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId)
public NotificationSetting getJoinNotification()
public void setJoinNotification(NotificationSetting joinNotification)
public UpdateNamespaceRequest withJoinNotification(NotificationSetting joinNotification)
public NotificationSetting getLeaveNotification()
public void setLeaveNotification(NotificationSetting leaveNotification)
public UpdateNamespaceRequest withLeaveNotification(NotificationSetting leaveNotification)
public NotificationSetting getCompleteNotification()
public void setCompleteNotification(NotificationSetting completeNotification)
public UpdateNamespaceRequest withCompleteNotification(NotificationSetting completeNotification)
public LogSetting getLogSetting()
public void setLogSetting(LogSetting logSetting)
public UpdateNamespaceRequest withLogSetting(LogSetting logSetting)
public static UpdateNamespaceRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.