public class DeviceCpuRateInfo extends AbstractModel
Constructor and Description |
---|
DeviceCpuRateInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCpuCore()
Get Cpu核编号
|
Integer[] |
getRate()
Get Cpu使用率
|
void |
setCpuCore(Integer CpuCore)
Set Cpu核编号
|
void |
setRate(Integer[] 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 Integer getCpuCore()
public void setCpuCore(Integer CpuCore)
CpuCore
- Cpu核编号public Integer[] getRate()
public void setRate(Integer[] Rate)
Rate
- Cpu使用率Copyright © 2020. All rights reserved.