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 String getExperienceCapScriptId()
public void setExperienceCapScriptId(String experienceCapScriptId)
public ScriptSetting getChangeExperienceScript()
public void setChangeExperienceScript(ScriptSetting changeExperienceScript)
public Namespace withChangeExperienceScript(ScriptSetting changeExperienceScript)
public ScriptSetting getChangeRankScript()
public void setChangeRankScript(ScriptSetting changeRankScript)
public Namespace withChangeRankScript(ScriptSetting changeRankScript)
public ScriptSetting getChangeRankCapScript()
public void setChangeRankCapScript(ScriptSetting changeRankCapScript)
public Namespace withChangeRankCapScript(ScriptSetting changeRankCapScript)
public ScriptSetting getOverflowExperienceScript()
public void setOverflowExperienceScript(ScriptSetting overflowExperienceScript)
public Namespace withOverflowExperienceScript(ScriptSetting overflowExperienceScript)
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.