public class DeviceCpuRateInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.