public class ServerDetailInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDiskRate()
Get Disk utilization
|
String |
getMachineType()
Get Machine type
|
Long |
getMemoryRate()
Get Memory utilization
|
Long |
getReadNum()
Get The number of reads
|
String |
getServerUid()
Get The unique ID of the storage layer (tcapsvr)
|
Long |
getWriteNum()
Get The number of writes
|
void |
setDiskRate(Long DiskRate)
Set Disk utilization
|
void |
setMachineType(String MachineType)
Set Machine type
|
void |
setMemoryRate(Long MemoryRate)
Set Memory utilization
|
void |
setReadNum(Long ReadNum)
Set The number of reads
|
void |
setServerUid(String ServerUid)
Set The unique ID of the storage layer (tcapsvr)
|
void |
setWriteNum(Long WriteNum)
Set The number of writes
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ServerDetailInfo()
public ServerDetailInfo(ServerDetailInfo source)
public String getServerUid()
public void setServerUid(String ServerUid)
ServerUid
- The unique ID of the storage layer (tcapsvr)public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- Machine typepublic Long getMemoryRate()
public void setMemoryRate(Long MemoryRate)
MemoryRate
- Memory utilizationpublic Long getDiskRate()
public void setDiskRate(Long DiskRate)
DiskRate
- Disk utilizationpublic Long getReadNum()
public void setReadNum(Long ReadNum)
ReadNum
- The number of readspublic Long getWriteNum()
public void setWriteNum(Long WriteNum)
WriteNum
- The number of writesCopyright © 2021. All rights reserved.