public class DomainAccessRegionDict extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContinentInnerCode()Get 加速区域所属大洲内部编码 | 
| String | getGeographicalZoneInnerCode()Get 加速区域内部编码 | 
| NationCountryInnerInfo[] | getNationCountryInnerList()Get 就近接入区域 | 
| ProxyIdDict[] | getProxyList()Get 加速区域通道列表 | 
| String | getRegionId()Get 加速区域ID | 
| String | getRegionName()Get 加速区域别名 | 
| void | setContinentInnerCode(String ContinentInnerCode)Set 加速区域所属大洲内部编码 | 
| void | setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)Set 加速区域内部编码 | 
| void | setNationCountryInnerList(NationCountryInnerInfo[] NationCountryInnerList)Set 就近接入区域 | 
| void | setProxyList(ProxyIdDict[] ProxyList)Set 加速区域通道列表 | 
| void | setRegionId(String RegionId)Set 加速区域ID | 
| void | setRegionName(String RegionName)Set 加速区域别名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DomainAccessRegionDict()
public DomainAccessRegionDict(DomainAccessRegionDict source)
public NationCountryInnerInfo[] getNationCountryInnerList()
public void setNationCountryInnerList(NationCountryInnerInfo[] NationCountryInnerList)
NationCountryInnerList - 就近接入区域public ProxyIdDict[] getProxyList()
public void setProxyList(ProxyIdDict[] ProxyList)
ProxyList - 加速区域通道列表public String getRegionId()
public void setRegionId(String RegionId)
RegionId - 加速区域IDpublic String getGeographicalZoneInnerCode()
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
GeographicalZoneInnerCode - 加速区域内部编码public String getContinentInnerCode()
public void setContinentInnerCode(String ContinentInnerCode)
ContinentInnerCode - 加速区域所属大洲内部编码public String getRegionName()
public void setRegionName(String RegionName)
RegionName - 加速区域别名Copyright © 2025. All rights reserved.