public class SpecificationInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.