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 getChangePasswordIfTakeOver()
public void setChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver)
public UpdateNamespaceRequest withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver)
public ScriptSetting getCreateAccountScript()
public void setCreateAccountScript(ScriptSetting createAccountScript)
public UpdateNamespaceRequest withCreateAccountScript(ScriptSetting createAccountScript)
public ScriptSetting getAuthenticationScript()
public void setAuthenticationScript(ScriptSetting authenticationScript)
public UpdateNamespaceRequest withAuthenticationScript(ScriptSetting authenticationScript)
public ScriptSetting getCreateTakeOverScript()
public void setCreateTakeOverScript(ScriptSetting createTakeOverScript)
public UpdateNamespaceRequest withCreateTakeOverScript(ScriptSetting createTakeOverScript)
public ScriptSetting getDoTakeOverScript()
public void setDoTakeOverScript(ScriptSetting doTakeOverScript)
public UpdateNamespaceRequest withDoTakeOverScript(ScriptSetting doTakeOverScript)
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.