public class AccessRegionDomainConf extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getNationCountryInnerList()
Get 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。
|
String |
getRegionId()
Get 地域ID。
|
void |
setNationCountryInnerList(String[] NationCountryInnerList)
Set 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。
|
void |
setRegionId(String RegionId)
Set 地域ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AccessRegionDomainConf()
public AccessRegionDomainConf(AccessRegionDomainConf source)
public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- 地域ID。public String[] getNationCountryInnerList()
public void setNationCountryInnerList(String[] NationCountryInnerList)
NationCountryInnerList
- 就近接入区域国家内部编码,编码列表可通过DescribeCountryAreaMapping接口获取。Copyright © 2021. All rights reserved.