public class DeviceCpuRateInfo extends AbstractModel
Constructor and Description |
---|
DeviceCpuRateInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCpuCore()
获取Cpu核编号
|
Integer[] |
getRate()
获取Cpu使用率
|
void |
setCpuCore(Integer CpuCore)
设置Cpu核编号
|
void |
setRate(Integer[] Rate)
设置Cpu使用率
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.