Uses of Class
com.tencentcloudapi.gaap.v20180529.models.CountryAreaMap
-
Packages that use CountryAreaMap Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of CountryAreaMap in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return CountryAreaMap Modifier and Type Method Description CountryAreaMap[]GlobalDns. getCountryAreaList()Get 域名就近接入地域信息列表CountryAreaMap[]DescribeCountryAreaMappingResponse. getCountryAreaMappingList()Get 国家地区编码映射表。Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type CountryAreaMap Modifier and Type Method Description voidGlobalDns. setCountryAreaList(CountryAreaMap[] CountryAreaList)Set 域名就近接入地域信息列表voidDescribeCountryAreaMappingResponse. setCountryAreaMappingList(CountryAreaMap[] CountryAreaMappingList)Set 国家地区编码映射表。Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type CountryAreaMap Constructor Description CountryAreaMap(CountryAreaMap 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.
-