public class DescribeDeviceMonitorInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDeviceMonitorInfoResponse() |
DescribeDeviceMonitorInfoResponse(DescribeDeviceMonitorInfoResponse 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 |
---|---|
DeviceCpuInfo |
getCpu()
Get CPU monitoring data of the instance
|
DeviceDiskInfo |
getDisk()
Get Disk monitoring data of the instance
|
DeviceMemInfo |
getMem()
Get Memory monitoring data of the instance
|
DeviceNetInfo |
getNet()
Get Network monitoring data of the instance
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setCpu(DeviceCpuInfo Cpu)
Set CPU monitoring data of the instance
|
void |
setDisk(DeviceDiskInfo Disk)
Set Disk monitoring data of the instance
|
void |
setMem(DeviceMemInfo Mem)
Set Memory monitoring data of the instance
|
void |
setNet(DeviceNetInfo Net)
Set Network monitoring data of the instance
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, toJsonString
public DescribeDeviceMonitorInfoResponse()
public DescribeDeviceMonitorInfoResponse(DescribeDeviceMonitorInfoResponse source)
public DeviceCpuInfo getCpu()
public void setCpu(DeviceCpuInfo Cpu)
Cpu
- CPU monitoring data of the instancepublic DeviceMemInfo getMem()
public void setMem(DeviceMemInfo Mem)
Mem
- Memory monitoring data of the instancepublic DeviceNetInfo getNet()
public void setNet(DeviceNetInfo Net)
Net
- Network monitoring data of the instancepublic DeviceDiskInfo getDisk()
public void setDisk(DeviceDiskInfo Disk)
Disk
- Disk monitoring data of the instancepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.