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