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