public class DomainAccessRegionDict extends AbstractModel
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 Internal code of the continent to which the acceleration region belongs
|
String |
getGeographicalZoneInnerCode()
Get Acceleration region internal code
|
NationCountryInnerInfo[] |
getNationCountryInnerList()
Get Nearest access region
|
ProxyIdDict[] |
getProxyList()
Get Acceleration region connection list
|
String |
getRegionId()
Get Acceleration region ID
|
String |
getRegionName()
Get Acceleration region alias
|
void |
setContinentInnerCode(String ContinentInnerCode)
Set Internal code of the continent to which the acceleration region belongs
|
void |
setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
Set Acceleration region internal code
|
void |
setNationCountryInnerList(NationCountryInnerInfo[] NationCountryInnerList)
Set Nearest access region
|
void |
setProxyList(ProxyIdDict[] ProxyList)
Set Acceleration region connection list
|
void |
setRegionId(String RegionId)
Set Acceleration region ID
|
void |
setRegionName(String RegionName)
Set Acceleration region alias
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DomainAccessRegionDict()
public DomainAccessRegionDict(DomainAccessRegionDict source)
public NationCountryInnerInfo[] getNationCountryInnerList()
public void setNationCountryInnerList(NationCountryInnerInfo[] NationCountryInnerList)
NationCountryInnerList
- Nearest access regionpublic ProxyIdDict[] getProxyList()
public void setProxyList(ProxyIdDict[] ProxyList)
ProxyList
- Acceleration region connection listpublic String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Acceleration region IDpublic String getGeographicalZoneInnerCode()
public void setGeographicalZoneInnerCode(String GeographicalZoneInnerCode)
GeographicalZoneInnerCode
- Acceleration region internal codepublic String getContinentInnerCode()
public void setContinentInnerCode(String ContinentInnerCode)
ContinentInnerCode
- Internal code of the continent to which the acceleration region belongspublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Acceleration region aliasCopyright © 2023. All rights reserved.