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