Class DeviceCpuRateInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DeviceCpuRateInfo
-
public class DeviceCpuRateInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCpuCore()Get Cpu核编号Long[]getRate()Get Cpu使用率voidsetCpuCore(Long CpuCore)Set Cpu核编号voidsetRate(Long[] Rate)Set Cpu使用率voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeviceCpuRateInfo
public DeviceCpuRateInfo()
-
DeviceCpuRateInfo
public 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.
-
-
Method Detail
-
getCpuCore
public Long getCpuCore()
Get Cpu核编号- Returns:
- CpuCore Cpu核编号
-
setCpuCore
public void setCpuCore(Long CpuCore)
Set Cpu核编号- Parameters:
CpuCore- Cpu核编号
-
getRate
public Long[] getRate()
Get Cpu使用率- Returns:
- Rate Cpu使用率
-
setRate
public void setRate(Long[] Rate)
Set Cpu使用率- Parameters:
Rate- Cpu使用率
-
-