Class ZoneSetting

    • Constructor Detail

      • ZoneSetting

        public ZoneSetting()
      • ZoneSetting

        public ZoneSetting​(ZoneSetting 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

      • getZoneName

        public String getZoneName()
        Get 站点名称。
        Returns:
        ZoneName 站点名称。
      • setZoneName

        public void setZoneName​(String ZoneName)
        Set 站点名称。
        Parameters:
        ZoneName - 站点名称。
      • getArea

        public String getArea()
        Get 站点加速区域信息,取值有:
      • mainland:中国境内加速;
      • overseas:中国境外加速。
Returns:
Area 站点加速区域信息,取值有:
  • mainland:中国境内加速;
  • overseas:中国境外加速。
  • Parameters:
    Area - 站点加速区域信息,取值有:
  • mainland:中国境内加速;
  • overseas:中国境外加速。