@Generated(value="org.jsonschema2pojo") public class CPUStats extends Object
| Constructor and Description |
|---|
CPUStats()
No args constructor for use in serialization
|
CPUStats(CPUUsage cpuUsage,
Long systemCpuUsage,
ThrottlingData throttlingData) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
CPUUsage |
getCpuUsage() |
Long |
getSystemCpuUsage() |
ThrottlingData |
getThrottlingData() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCpuUsage(CPUUsage cpuUsage) |
void |
setSystemCpuUsage(Long systemCpuUsage) |
void |
setThrottlingData(ThrottlingData throttlingData) |
public CPUStats()
public CPUStats(CPUUsage cpuUsage, Long systemCpuUsage, ThrottlingData throttlingData)
cpuUsage - systemCpuUsage - throttlingData - public CPUUsage getCpuUsage()
public void setCpuUsage(CPUUsage cpuUsage)
cpuUsage - The cpu_usagepublic Long getSystemCpuUsage()
public void setSystemCpuUsage(Long systemCpuUsage)
systemCpuUsage - The system_cpu_usagepublic ThrottlingData getThrottlingData()
public void setThrottlingData(ThrottlingData throttlingData)
throttlingData - The throttling_dataCopyright © 2015–2016 Red Hat. All rights reserved.