Class ServerDetailInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.ServerDetailInfo
-
public class ServerDetailInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ServerDetailInfo()ServerDetailInfo(ServerDetailInfo 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 LonggetDiskRate()Get 磁盘占用量StringgetMachineType()Get 机器类型LonggetMemoryRate()Get 内存占用量LonggetReadNum()Get 读次数StringgetServerUid()Get svr唯一idStringgetVersion()Get 版本 注意:此字段可能返回 null,表示取不到有效值。LonggetWriteNum()Get 写次数voidsetDiskRate(Long DiskRate)Set 磁盘占用量voidsetMachineType(String MachineType)Set 机器类型voidsetMemoryRate(Long MemoryRate)Set 内存占用量voidsetReadNum(Long ReadNum)Set 读次数voidsetServerUid(String ServerUid)Set svr唯一idvoidsetVersion(String Version)Set 版本 注意:此字段可能返回 null,表示取不到有效值。voidsetWriteNum(Long WriteNum)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
-
ServerDetailInfo
public ServerDetailInfo()
-
ServerDetailInfo
public ServerDetailInfo(ServerDetailInfo 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
-
getServerUid
public String getServerUid()
Get svr唯一id- Returns:
- ServerUid svr唯一id
-
setServerUid
public void setServerUid(String ServerUid)
Set svr唯一id- Parameters:
ServerUid- svr唯一id
-
getMachineType
public String getMachineType()
Get 机器类型- Returns:
- MachineType 机器类型
-
setMachineType
public void setMachineType(String MachineType)
Set 机器类型- Parameters:
MachineType- 机器类型
-
getMemoryRate
public Long getMemoryRate()
Get 内存占用量- Returns:
- MemoryRate 内存占用量
-
setMemoryRate
public void setMemoryRate(Long MemoryRate)
Set 内存占用量- Parameters:
MemoryRate- 内存占用量
-
getDiskRate
public Long getDiskRate()
Get 磁盘占用量- Returns:
- DiskRate 磁盘占用量
-
setDiskRate
public void setDiskRate(Long DiskRate)
Set 磁盘占用量- Parameters:
DiskRate- 磁盘占用量
-
getReadNum
public Long getReadNum()
Get 读次数- Returns:
- ReadNum 读次数
-
setReadNum
public void setReadNum(Long ReadNum)
Set 读次数- Parameters:
ReadNum- 读次数
-
getWriteNum
public Long getWriteNum()
Get 写次数- Returns:
- WriteNum 写次数
-
setWriteNum
public void setWriteNum(Long WriteNum)
Set 写次数- Parameters:
WriteNum- 写次数
-
getVersion
public String getVersion()
Get 版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 版本 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 版本 注意:此字段可能返回 null,表示取不到有效值。
-
-