public class RegionInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RegionInfo()  | 
RegionInfo(RegionInfo 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 | 
|---|---|
Long | 
getAvailableZoneNum()
Get Number of AZs
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getCnName()
Get Region name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getEnName()
Get English name of the region 
 | 
String | 
getRegionCode()
Get Region encoding 
 | 
Long | 
getRegionId()
Get Region ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAvailableZoneNum(Long AvailableZoneNum)
Set Number of AZs
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCnName(String CnName)
Set Region name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEnName(String EnName)
Set English name of the region 
 | 
void | 
setRegionCode(String RegionCode)
Set Region encoding 
 | 
void | 
setRegionId(Long RegionId)
Set Region ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 RegionInfo()
public RegionInfo(RegionInfo source)
public String getRegionCode()
public void setRegionCode(String RegionCode)
RegionCode - Region encodingpublic String getCnName()
public void setCnName(String CnName)
CnName - Region name
Note: This field may return null, indicating that no valid values can be obtained.public String getEnName()
public void setEnName(String EnName)
EnName - English name of the regionpublic Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - Region ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getAvailableZoneNum()
public void setAvailableZoneNum(Long AvailableZoneNum)
AvailableZoneNum - Number of AZs
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.