public class RegionInfo extends AbstractModel
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 |
---|---|
Boolean |
getIsChinaMainland()
Get Whether the region is in the Chinese mainland
|
String |
getRegion()
Get Region name, such as `ap-guangzhou`.
|
String |
getRegionName()
Get Region description, such as South China (Guangzhou).
|
String |
getRegionState()
Get Region availability status.
|
void |
setIsChinaMainland(Boolean IsChinaMainland)
Set Whether the region is in the Chinese mainland
|
void |
setRegion(String Region)
Set Region name, such as `ap-guangzhou`.
|
void |
setRegionName(String RegionName)
Set Region description, such as South China (Guangzhou).
|
void |
setRegionState(String RegionState)
Set Region availability status.
|
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 RegionInfo()
public RegionInfo(RegionInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- Region name, such as `ap-guangzhou`.public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region description, such as South China (Guangzhou).public String getRegionState()
public void setRegionState(String RegionState)
RegionState
- Region availability status. Its value can only be `AVAILABLE`.public Boolean getIsChinaMainland()
public void setIsChinaMainland(Boolean IsChinaMainland)
IsChinaMainland
- Whether the region is in the Chinese mainlandCopyright © 2023. All rights reserved.