public class ServerDetailInfo extends AbstractModel
header, skipSign| 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) 
 | 
String | 
getVersion()
Get Version. 
 | 
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 | 
setVersion(String Version)
Set Version. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 writespublic String getVersion()
public void setVersion(String Version)
Version - Version.Copyright © 2025. All rights reserved.