Class CustomConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.CustomConfig
-
public class CustomConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomConfig()CustomConfig(CustomConfig 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 LonggetCpu()Get 核数 注意:此字段可能返回 null,表示取不到有效值。StringgetDevice()Get 设备 注意:此字段可能返回 null,表示取不到有效值。StringgetDeviceType()Get 设备类型 注意:此字段可能返回 null,表示取不到有效值。LonggetMemory()Get 内存 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 类型 注意:此字段可能返回 null,表示取不到有效值。voidsetCpu(Long Cpu)Set 核数 注意:此字段可能返回 null,表示取不到有效值。voidsetDevice(String Device)Set 设备 注意:此字段可能返回 null,表示取不到有效值。voidsetDeviceType(String DeviceType)Set 设备类型 注意:此字段可能返回 null,表示取不到有效值。voidsetMemory(Long Memory)Set 内存 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 类型 注意:此字段可能返回 null,表示取不到有效值。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
-
CustomConfig
public CustomConfig()
-
CustomConfig
public CustomConfig(CustomConfig 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
-
getDevice
public String getDevice()
Get 设备 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Device 设备 注意:此字段可能返回 null,表示取不到有效值。
-
setDevice
public void setDevice(String Device)
Set 设备 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Device- 设备 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 类型 注意:此字段可能返回 null,表示取不到有效值。
-
getDeviceType
public String getDeviceType()
Get 设备类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeviceType 设备类型 注意:此字段可能返回 null,表示取不到有效值。
-
setDeviceType
public void setDeviceType(String DeviceType)
Set 设备类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeviceType- 设备类型 注意:此字段可能返回 null,表示取不到有效值。
-
getMemory
public Long getMemory()
Get 内存 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Memory 内存 注意:此字段可能返回 null,表示取不到有效值。
-
setMemory
public void setMemory(Long Memory)
Set 内存 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Memory- 内存 注意:此字段可能返回 null,表示取不到有效值。
-
getCpu
public Long getCpu()
Get 核数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cpu 核数 注意:此字段可能返回 null,表示取不到有效值。
-
setCpu
public void setCpu(Long Cpu)
Set 核数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cpu- 核数 注意:此字段可能返回 null,表示取不到有效值。
-
-