Class SpecConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dcdb.v20180411.models.SpecConfig
-
public class SpecConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMachine()Get 规格机型SpecConfigInfo[]getSpecConfigInfos()Get 规格列表voidsetMachine(String Machine)Set 规格机型voidsetSpecConfigInfos(SpecConfigInfo[] SpecConfigInfos)Set 规格列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SpecConfig
public SpecConfig()
-
SpecConfig
public 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.
-
-
Method Detail
-
getMachine
public String getMachine()
Get 规格机型- Returns:
- Machine 规格机型
-
setMachine
public void setMachine(String Machine)
Set 规格机型- Parameters:
Machine- 规格机型
-
getSpecConfigInfos
public SpecConfigInfo[] getSpecConfigInfos()
Get 规格列表- Returns:
- SpecConfigInfos 规格列表
-
setSpecConfigInfos
public void setSpecConfigInfos(SpecConfigInfo[] SpecConfigInfos)
Set 规格列表- Parameters:
SpecConfigInfos- 规格列表
-
-