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核编号
|
Long[] |
getRate()
Get Cpu使用率
|
void |
setCpuCore(Long CpuCore)
Set Cpu核编号
|
void |
setRate(Long[] 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()
public DeviceCpuRateInfo(DeviceCpuRateInfo source)
public Long getCpuCore()
public void setCpuCore(Long CpuCore)
CpuCore
- Cpu核编号public Long[] getRate()
public void setRate(Long[] Rate)
Rate
- Cpu使用率Copyright © 2021. All rights reserved.