public class SpecInfo extends AbstractModel
Constructor and Description |
---|
SpecInfo() |
SpecInfo(SpecInfo 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 |
getRegion()
Get 地域英文编码,对应RegionSet的Region字段
|
SpecItemInfo[] |
getSpecItemInfoList()
Get 规格详细信息列表
|
String |
getZone()
Get 区域英文编码,对应ZoneSet的Zone字段
|
void |
setRegion(String Region)
Set 地域英文编码,对应RegionSet的Region字段
|
void |
setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set 规格详细信息列表
|
void |
setZone(String Zone)
Set 区域英文编码,对应ZoneSet的Zone字段
|
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 SpecInfo()
public SpecInfo(SpecInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- 地域英文编码,对应RegionSet的Region字段public String getZone()
public void setZone(String Zone)
Zone
- 区域英文编码,对应ZoneSet的Zone字段public SpecItemInfo[] getSpecItemInfoList()
public void setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
SpecItemInfoList
- 规格详细信息列表Copyright © 2021. All rights reserved.