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