public class SpecificationInfo extends AbstractModel
Constructor and Description |
---|
SpecificationInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getRegion()
Get Region information
|
SpecItem[] |
getSpecItems()
Get Purchasable specification information
|
String |
getZone()
Get AZ information
|
void |
setRegion(String Region)
Set Region information
|
void |
setSpecItems(SpecItem[] SpecItems)
Set Purchasable specification information
|
void |
setZone(String Zone)
Set AZ information
|
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 informationpublic String getZone()
public void setZone(String Zone)
Zone
- AZ informationpublic SpecItem[] getSpecItems()
public void setSpecItems(SpecItem[] SpecItems)
SpecItems
- Purchasable specification informationCopyright © 2020. All rights reserved.