Class DetailHost

    • Constructor Detail

      • DetailHost

        public DetailHost()
      • DetailHost

        public DetailHost​(DetailHost source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getZoneId

        public String getZoneId()
        Get 站点ID。
        Returns:
        ZoneId 站点ID。
      • setZoneId

        public void setZoneId​(String ZoneId)
        Set 站点ID。
        Parameters:
        ZoneId - 站点ID。
      • getStatus

        public String getStatus()
        Get 加速服务状态,取值为:
      • process:部署中;
      • online:已启动;
      • offline:已关闭。
Returns:
Status 加速服务状态,取值为:
  • process:部署中;
  • online:已启动;
  • offline:已关闭。
  • Parameters:
    Status - 加速服务状态,取值为:
  • process:部署中;
  • online:已启动;
  • offline:已关闭。