public class SpecConfig extends AbstractModel
| Constructor and Description |
|---|
SpecConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMachine()
Get 规格机型
|
SpecConfigInfo[] |
getSpecConfigInfos()
Get 规格列表
|
void |
setMachine(String Machine)
Set 规格机型
|
void |
setSpecConfigInfos(SpecConfigInfo[] SpecConfigInfos)
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[] getSpecConfigInfos()
public void setSpecConfigInfos(SpecConfigInfo[] SpecConfigInfos)
SpecConfigInfos - 规格列表Copyright © 2020. All rights reserved.