Class AccessRegionDomainConf

    • Constructor Detail

      • AccessRegionDomainConf

        public AccessRegionDomainConf()
      • AccessRegionDomainConf

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

      • getRegionId

        public String getRegionId()
        Get 地域ID。
        Returns:
        RegionId 地域ID。
      • setRegionId

        public void setRegionId​(String RegionId)
        Set 地域ID。
        Parameters:
        RegionId - 地域ID。
      • getNationCountryInnerList

        public String[] getNationCountryInnerList()
        Get 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。
        Returns:
        NationCountryInnerList 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。
      • setNationCountryInnerList

        public void setNationCountryInnerList​(String[] NationCountryInnerList)
        Set 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。
        Parameters:
        NationCountryInnerList - 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。