@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PrunedTraceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_TRUNCATED |
static String |
JSON_PROPERTY_SIZE_BYTES |
static String |
JSON_PROPERTY_SUMMARIZED_TRACE |
boolean |
unparsed |
| Constructor and Description |
|---|
PrunedTraceAttributes() |
PrunedTraceAttributes(Boolean isTruncated,
Integer sizeBytes,
SummarizedTrace summarizedTrace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PrunedTraceAttributes 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.
|
Boolean |
getIsTruncated()
Indicates whether the underlying trace was truncated because its size exceeded the maximum that
can be retrieved from storage.
|
Integer |
getSizeBytes()
The size, in bytes, of the original (non-pruned) trace before summarization.
|
SummarizedTrace |
getSummarizedTrace()
A summarized, hierarchical view of a trace.
|
int |
hashCode() |
PrunedTraceAttributes |
isTruncated(Boolean isTruncated) |
PrunedTraceAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIsTruncated(Boolean isTruncated) |
void |
setSizeBytes(Integer sizeBytes) |
void |
setSummarizedTrace(SummarizedTrace summarizedTrace) |
PrunedTraceAttributes |
sizeBytes(Integer sizeBytes) |
PrunedTraceAttributes |
summarizedTrace(SummarizedTrace summarizedTrace) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_IS_TRUNCATED
public static final String JSON_PROPERTY_SIZE_BYTES
public static final String JSON_PROPERTY_SUMMARIZED_TRACE
public PrunedTraceAttributes()
public PrunedTraceAttributes(Boolean isTruncated, Integer sizeBytes, SummarizedTrace summarizedTrace)
public PrunedTraceAttributes isTruncated(Boolean isTruncated)
public Boolean getIsTruncated()
public void setIsTruncated(Boolean isTruncated)
public PrunedTraceAttributes sizeBytes(Integer sizeBytes)
public Integer getSizeBytes()
public void setSizeBytes(Integer sizeBytes)
public PrunedTraceAttributes summarizedTrace(SummarizedTrace summarizedTrace)
public SummarizedTrace getSummarizedTrace()
public void setSummarizedTrace(SummarizedTrace summarizedTrace)
public PrunedTraceAttributes 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.