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 String getServerType()
public void setServerType(String serverType)
public UpdateNamespaceRequest withServerType(String serverType)
public String getServerSpec()
public void setServerSpec(String serverSpec)
public UpdateNamespaceRequest withServerSpec(String serverSpec)
public NotificationSetting getCreateNotification()
public void setCreateNotification(NotificationSetting createNotification)
public UpdateNamespaceRequest withCreateNotification(NotificationSetting createNotification)
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.