public class InstanceSpec extends AbstractModel
skipSign
Constructor and Description |
---|
InstanceSpec() |
InstanceSpec(InstanceSpec 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 |
getMachine()
Get 设备型号
|
SpecConfigInfo[] |
getSpecInfos()
Get 该机型对应的可售卖规格列表
|
void |
setMachine(String Machine)
Set 设备型号
|
void |
setSpecInfos(SpecConfigInfo[] SpecInfos)
Set 该机型对应的可售卖规格列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InstanceSpec()
public InstanceSpec(InstanceSpec source)
public String getMachine()
public void setMachine(String Machine)
Machine
- 设备型号public SpecConfigInfo[] getSpecInfos()
public void setSpecInfos(SpecConfigInfo[] SpecInfos)
SpecInfos
- 该机型对应的可售卖规格列表Copyright © 2023. All rights reserved.