Class MachineInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.MachineInfo
-
public class MachineInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MachineInfo()MachineInfo(MachineInfo 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 LonggetMachineNum()Get 机器数量StringgetMachineType()Get 机器类型voidsetMachineNum(Long MachineNum)Set 机器数量voidsetMachineType(String MachineType)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
-
MachineInfo
public MachineInfo()
-
MachineInfo
public MachineInfo(MachineInfo 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
-
getMachineType
public String getMachineType()
Get 机器类型- Returns:
- MachineType 机器类型
-
setMachineType
public void setMachineType(String MachineType)
Set 机器类型- Parameters:
MachineType- 机器类型
-
getMachineNum
public Long getMachineNum()
Get 机器数量- Returns:
- MachineNum 机器数量
-
setMachineNum
public void setMachineNum(Long MachineNum)
Set 机器数量- Parameters:
MachineNum- 机器数量
-
-