public class SpecificationInfo extends AbstractModel
Constructor and Description |
---|
SpecificationInfo() |
SpecificationInfo(SpecificationInfo 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 地域信息
|
SpecItem[] |
getSpecItems()
Get 售卖规格信息
|
String |
getZone()
Get 可用区信息
|
void |
setRegion(String Region)
Set 地域信息
|
void |
setSpecItems(SpecItem[] SpecItems)
Set 售卖规格信息
|
void |
setZone(String Zone)
Set 可用区信息
|
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 SpecificationInfo()
public SpecificationInfo(SpecificationInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- 地域信息public String getZone()
public void setZone(String Zone)
Zone
- 可用区信息public SpecItem[] getSpecItems()
public void setSpecItems(SpecItem[] SpecItems)
SpecItems
- 售卖规格信息Copyright © 2021. All rights reserved.