public class InstanceSpec extends AbstractModel
header, 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceSpec()
public InstanceSpec(InstanceSpec source)
public String getMachine()
public void setMachine(String Machine)
Machine - 设备型号public SpecConfigInfo[] getSpecInfos()
public void setSpecInfos(SpecConfigInfo[] SpecInfos)
SpecInfos - 该机型对应的可售卖规格列表Copyright © 2025. All rights reserved.