@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Estimation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CPU |
static String |
JSON_PROPERTY_EPHEMERAL_STORAGE |
static String |
JSON_PROPERTY_HEAP |
static String |
JSON_PROPERTY_MEMORY |
static String |
JSON_PROPERTY_OVERHEAD |
boolean |
unparsed |
| Constructor and Description |
|---|
Estimation() |
| Modifier and Type | Method and Description |
|---|---|
Estimation |
cpu(Cpu cpu) |
Estimation |
ephemeralStorage(Long ephemeralStorage) |
boolean |
equals(Object o)
Return true if this Estimation 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.
|
Cpu |
getCpu()
CPU usage statistics derived from historical Spark job metrics.
|
Long |
getEphemeralStorage()
Recommended ephemeral storage allocation (in MiB).
|
Long |
getHeap()
Recommended JVM heap size (in MiB).
|
Long |
getMemory()
Recommended total memory allocation (in MiB).
|
Long |
getOverhead()
Recommended JVM overhead (in MiB).
|
int |
hashCode() |
Estimation |
heap(Long heap) |
Estimation |
memory(Long memory) |
Estimation |
overhead(Long overhead) |
Estimation |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCpu(Cpu cpu) |
void |
setEphemeralStorage(Long ephemeralStorage) |
void |
setHeap(Long heap) |
void |
setMemory(Long memory) |
void |
setOverhead(Long overhead) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CPU
public static final String JSON_PROPERTY_EPHEMERAL_STORAGE
public static final String JSON_PROPERTY_HEAP
public static final String JSON_PROPERTY_MEMORY
public static final String JSON_PROPERTY_OVERHEAD
public Estimation cpu(Cpu cpu)
@Nullable public Cpu getCpu()
public void setCpu(Cpu cpu)
public Estimation ephemeralStorage(Long ephemeralStorage)
@Nullable public Long getEphemeralStorage()
public void setEphemeralStorage(Long ephemeralStorage)
public Estimation heap(Long heap)
@Nullable public Long getHeap()
public void setHeap(Long heap)
public Estimation memory(Long memory)
@Nullable public Long getMemory()
public void setMemory(Long memory)
public Estimation overhead(Long overhead)
@Nullable public Long getOverhead()
public void setOverhead(Long overhead)
public Estimation 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.