PrimaryDescription

PrimaryDescription

主访问主机信息。

Constructor

new PrimaryDescription(address, primaryContent)

Parameters:
Name Type Description
address string
primaryContent JSON

Extends

Classes

PrimaryDescription

Members

address :string

主机主地址。

Type:
  • string

primaryContent :JSON

主要配置内容描述。

Type:
  • JSON

Methods

(static) create(json) → {PrimaryDescription}

通过 JSON 数据结构创建 PrimaryDescription 实例。

Parameters:
Name Type Description
json JSON

符合 PrimaryDescription 格式的 JSON 对象。

Returns:

返回由 JSON 创建的 PrimaryDescription 实例。

Type
PrimaryDescription

getAddress() → {string}

获取主服务器地址。

Returns:

返回主服务器地址。

Type
string

getPrimaryContent() → {JSON}

获取主要配置内容描述。

Returns:

返回主要配置内容描述。

Type
JSON

initializer()

Overrides:

聚合时的初始化函数。

toCompactJSON() → {JSON}

Overrides:

将对象序列化为数据内容紧凑的 JSON 格式。

Returns:

返回 JSON 格式对象。

Type
JSON

toJSON() → {JSON}

Overrides:

将对象序列化为 JSON 格式。

Returns:

返回 JSON 格式对象。

Type
JSON