public class DeviceCpuRateInfo extends AbstractModel
Constructor and Description |
---|
DeviceCpuRateInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCpuCore()
Get CPU core number
|
Long[] |
getRate()
Get CPU utilization
|
void |
setCpuCore(Long CpuCore)
Set CPU core number
|
void |
setRate(Long[] Rate)
Set CPU utilization
|
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 Long getCpuCore()
public void setCpuCore(Long CpuCore)
CpuCore
- CPU core numberpublic Long[] getRate()
public void setRate(Long[] Rate)
Rate
- CPU utilizationCopyright © 2020. All rights reserved.