Class InstanceSpec
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.InstanceSpec
-
public class InstanceSpec extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMachine()Get 设备型号SpecConfigInfo[]getSpecInfos()Get 该机型对应的可售卖规格列表voidsetMachine(String Machine)Set 设备型号voidsetSpecInfos(SpecConfigInfo[] SpecInfos)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
-
InstanceSpec
public InstanceSpec()
-
InstanceSpec
public 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.
-
-
Method Detail
-
getMachine
public String getMachine()
Get 设备型号- Returns:
- Machine 设备型号
-
setMachine
public void setMachine(String Machine)
Set 设备型号- Parameters:
Machine- 设备型号
-
getSpecInfos
public SpecConfigInfo[] getSpecInfos()
Get 该机型对应的可售卖规格列表- Returns:
- SpecInfos 该机型对应的可售卖规格列表
-
setSpecInfos
public void setSpecInfos(SpecConfigInfo[] SpecInfos)
Set 该机型对应的可售卖规格列表- Parameters:
SpecInfos- 该机型对应的可售卖规格列表
-
-