public class RegionDetail extends AbstractModel
Constructor and Description |
---|
RegionDetail() |
RegionDetail(RegionDetail 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 |
getIDCType()
Get Data center type.
|
String |
getRegionArea()
Get Region where the data center locates
|
String |
getRegionAreaName()
Get Name of the region where the data center locates
|
String |
getRegionId()
Get Region ID
|
String |
getRegionName()
Get Region name in Chinese or English
|
void |
setIDCType(String IDCType)
Set Data center type.
|
void |
setRegionArea(String RegionArea)
Set Region where the data center locates
|
void |
setRegionAreaName(String RegionAreaName)
Set Name of the region where the data center locates
|
void |
setRegionId(String RegionId)
Set Region ID
|
void |
setRegionName(String RegionName)
Set Region name in Chinese or English
|
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 RegionDetail()
public RegionDetail(RegionDetail source)
public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region IDpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region name in Chinese or Englishpublic String getRegionArea()
public void setRegionArea(String RegionArea)
RegionArea
- Region where the data center locatespublic String getRegionAreaName()
public void setRegionAreaName(String RegionAreaName)
RegionAreaName
- Name of the region where the data center locatespublic String getIDCType()
public void setIDCType(String IDCType)
IDCType
- Data center type. `dc`: data center; `ec`: edge server.Copyright © 2022. All rights reserved.