public class DeviceCpuRateInfo extends AbstractModel
Constructor and Description |
---|
DeviceCpuRateInfo() |
DeviceCpuRateInfo(DeviceCpuRateInfo 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 |
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 DeviceCpuRateInfo()
public DeviceCpuRateInfo(DeviceCpuRateInfo source)
public Long getCpuCore()
public void setCpuCore(Long CpuCore)
CpuCore
- CPU core numberpublic Long[] getRate()
public void setRate(Long[] Rate)
Rate
- CPU utilizationCopyright © 2023. All rights reserved.