public class ProductSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProductSpec() |
ProductSpec(ProductSpec 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 |
---|---|
SpecInfo[] |
getInfo()
Get 配置信息
|
Long |
getRegionId()
Get 地域ID
|
Long |
getZoneId()
Get 可用区ID
|
void |
setInfo(SpecInfo[] Info)
Set 配置信息
|
void |
setRegionId(Long RegionId)
Set 地域ID
|
void |
setZoneId(Long ZoneId)
Set 可用区ID
|
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, toJsonString
public ProductSpec()
public ProductSpec(ProductSpec source)
public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- 地域IDpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 可用区IDpublic SpecInfo[] getInfo()
public void setInfo(SpecInfo[] Info)
Info
- 配置信息Copyright © 2024. All rights reserved.