@Internal
public final class TraceData
extends Object
-
Constructor Summary
Constructors
TraceData(@NotNull String traceId,
@NotNull String spanId,
@Nullable String parentSpanId,
@Nullable io.sentry.SentryTraceHeader sentryTraceHeader,
@Nullable io.sentry.Baggage baggage)
-
Method Summary
@Nullable io.sentry.Baggage
@Nullable io.sentry.SentryTraceHeader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getTraceId
@NotNull
public @NotNull String getTraceId()
-
getSpanId
@NotNull
public @NotNull String getSpanId()
-
getParentSpanId
@Nullable
public @Nullable String getParentSpanId()
-
-
getBaggage
@Nullable
public @Nullable io.sentry.Baggage getBaggage()