public class InstanceSpec extends AbstractModel
| 构造器和说明 |
|---|
InstanceSpec() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toJsonStringpublic String getMachine()
public void setMachine(String Machine)
Machine - 设备型号public SpecConfigInfo[] getSpecInfos()
public void setSpecInfos(SpecConfigInfo[] SpecInfos)
SpecInfos - 该机型对应的可售卖规格列表Copyright © 2020. All rights reserved.