Class DomainAccessRegionDict
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.DomainAccessRegionDict
-
public class DomainAccessRegionDict extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DomainAccessRegionDict()DomainAccessRegionDict(DomainAccessRegionDict 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 StringgetContinentInnerCode()Get 加速区域所属大洲内部编码StringgetGeographicalZoneInnerCode()Get 加速区域内部编码NationCountryInnerInfo[]getNationCountryInnerList()Get 就近接入区域ProxyIdDict[]getProxyList()Get 加速区域通道列表StringgetRegionId()Get 加速区域IDStringgetRegionName()Get 加速区域别名voidsetContinentInnerCode(String ContinentInnerCode)Set 加速区域所属大洲内部编码voidsetGeographicalZoneInnerCode(String GeographicalZoneInnerCode)Set 加速区域内部编码voidsetNationCountryInnerList(NationCountryInnerInfo[] NationCountryInnerList)Set 就近接入区域voidsetProxyList(ProxyIdDict[] ProxyList)Set 加速区域通道列表voidsetRegionId(String RegionId)Set 加速区域IDvoidsetRegionName(String RegionName)Set 加速区域别名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
-
DomainAccessRegionDict
public DomainAccessRegionDict()
-
DomainAccessRegionDict
public DomainAccessRegionDict(DomainAccessRegionDict 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
-
getNationCountryInnerList
public NationCountryInnerInfo[] getNationCountryInnerList()
Get 就近接入区域- Returns:
- NationCountryInnerList 就近接入区域
-
setNationCountryInnerList
public void setNationCountryInnerList(NationCountryInnerInfo[] NationCountryInnerList)
Set 就近接入区域- Parameters:
NationCountryInnerList- 就近接入区域
-
getProxyList
public ProxyIdDict[] getProxyList()
Get 加速区域通道列表- Returns:
- ProxyList 加速区域通道列表
-
setProxyList
public void setProxyList(ProxyIdDict[] ProxyList)
Set 加速区域通道列表- Parameters:
ProxyList- 加速区域通道列表
-
getRegionId
public String getRegionId()
Get 加速区域ID- Returns:
- RegionId 加速区域ID
-
setRegionId
public void setRegionId(String RegionId)
Set 加速区域ID- Parameters:
RegionId- 加速区域ID
-
getGeographicalZoneInnerCode
public String getGeographicalZoneInnerCode()
Get 加速区域内部编码- Returns:
- GeographicalZoneInnerCode 加速区域内部编码
-
setGeographicalZoneInnerCode
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
Set 加速区域内部编码- Parameters:
GeographicalZoneInnerCode- 加速区域内部编码
-
getContinentInnerCode
public String getContinentInnerCode()
Get 加速区域所属大洲内部编码- Returns:
- ContinentInnerCode 加速区域所属大洲内部编码
-
setContinentInnerCode
public void setContinentInnerCode(String ContinentInnerCode)
Set 加速区域所属大洲内部编码- Parameters:
ContinentInnerCode- 加速区域所属大洲内部编码
-
getRegionName
public String getRegionName()
Get 加速区域别名- Returns:
- RegionName 加速区域别名
-
setRegionName
public void setRegionName(String RegionName)
Set 加速区域别名- Parameters:
RegionName- 加速区域别名
-
-