public class DeviceCpuInfo extends AbstractModel
Constructor and Description |
---|
DeviceCpuInfo() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getLoad()
Get 实例CPU监控数据
|
DeviceCpuRateInfo[] |
getRate()
Get 实例CPU平均使用率
|
void |
setLoad(Long[] Load)
Set 实例CPU监控数据
|
void |
setRate(DeviceCpuRateInfo[] Rate)
Set 实例CPU平均使用率
|
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 DeviceCpuRateInfo[] getRate()
public void setRate(DeviceCpuRateInfo[] Rate)
Rate
- 实例CPU平均使用率public Long[] getLoad()
public void setLoad(Long[] Load)
Load
- 实例CPU监控数据Copyright © 2020. All rights reserved.