Class AccessRegionDomainConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.AccessRegionDomainConf
-
public class AccessRegionDomainConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccessRegionDomainConf()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getNationCountryInnerList()Get 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。StringgetRegionId()Get 地域ID。voidsetNationCountryInnerList(String[] NationCountryInnerList)Set 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。voidsetRegionId(String RegionId)Set 地域ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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接口获取。
-
-