@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Cpu extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_P75 |
static String |
JSON_PROPERTY_P95 |
boolean |
unparsed |
| Constructor and Description |
|---|
Cpu() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this Cpu object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getMax()
Maximum CPU usage observed for the job, expressed in millicores.
|
Long |
getP75()
75th percentile of CPU usage (millicores).
|
Long |
getP95()
95th percentile of CPU usage (millicores).
|
int |
hashCode() |
Cpu |
max(Long max) |
Cpu |
p75(Long p75) |
Cpu |
p95(Long p95) |
Cpu |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMax(Long max) |
void |
setP75(Long p75) |
void |
setP95(Long p95) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_P75
public static final String JSON_PROPERTY_P95
@Nullable public Long getMax()
public void setMax(Long max)
@Nullable public Long getP75()
public void setP75(Long p75)
@Nullable public Long getP95()
public void setP95(Long p95)
public Cpu putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.