public class SpecInfo extends AbstractModel
Constructor and Description |
---|
SpecInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getRegion()
Get Region abbreviation, which corresponds to the `Region` field of `RegionSet`
|
SpecItemInfo[] |
getSpecItemInfoList()
Get Specification details list
|
String |
getZone()
Get AZ abbreviate, which corresponds to the `Zone` field of `ZoneSet`
|
void |
setRegion(String Region)
Set Region abbreviation, which corresponds to the `Region` field of `RegionSet`
|
void |
setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set Specification details list
|
void |
setZone(String Zone)
Set AZ abbreviate, which corresponds to the `Zone` field of `ZoneSet`
|
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 String getRegion()
public void setRegion(String Region)
Region
- Region abbreviation, which corresponds to the `Region` field of `RegionSet`public String getZone()
public void setZone(String Zone)
Zone
- AZ abbreviate, which corresponds to the `Zone` field of `ZoneSet`public SpecItemInfo[] getSpecItemInfoList()
public void setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
SpecItemInfoList
- Specification details listCopyright © 2020. All rights reserved.