@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SummarizedTrace extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ROOT |
static String |
JSON_PROPERTY_TRACE_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SummarizedTrace() |
SummarizedTrace(SummarizedSpan root,
String traceId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SummarizedTrace 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.
|
SummarizedSpan |
getRoot()
A node in the pruned trace tree.
|
String |
getTraceId()
The full 128-bit trace ID, encoded as a 32-character hexadecimal string.
|
int |
hashCode() |
SummarizedTrace |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SummarizedTrace |
root(SummarizedSpan root) |
void |
setRoot(SummarizedSpan root) |
void |
setTraceId(String traceId) |
String |
toString() |
SummarizedTrace |
traceId(String traceId) |
public boolean unparsed
public static final String JSON_PROPERTY_ROOT
public static final String JSON_PROPERTY_TRACE_ID
public SummarizedTrace()
public SummarizedTrace(SummarizedSpan root, String traceId)
public SummarizedTrace root(SummarizedSpan root)
public SummarizedSpan getRoot()
public void setRoot(SummarizedSpan root)
public SummarizedTrace traceId(String traceId)
public String getTraceId()
public void setTraceId(String traceId)
public SummarizedTrace 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.