public class InstanceSpec extends AbstractModel
Constructor and Description |
---|
InstanceSpec() |
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMachine()
public void setMachine(String Machine)
Machine
- 设备型号public SpecConfigInfo[] getSpecInfos()
public void setSpecInfos(SpecConfigInfo[] SpecInfos)
SpecInfos
- 该机型对应的可售卖规格列表Copyright © 2020. All rights reserved.