Class AutoValue_Link
java.lang.Object
io.opencensus.trace.Link
io.opencensus.trace.AutoValue_Link
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Link
extends Link
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Link(TraceId traceId, SpanId spanId, Link.Type type, Map<String, AttributeValue> attributes) -
Method Summary
Methods inherited from class Link
fromSpanContext, fromSpanContext
-
Field Details
-
traceId
-
spanId
-
type
-
attributes
-
-
Constructor Details
-
AutoValue_Link
-
-
Method Details
-
getTraceId
Description copied from class:LinkReturns theTraceId.- Specified by:
getTraceIdin classLink- Returns:
- the
TraceId.
-
getSpanId
-
getType
-
getAttributes
Description copied from class:LinkReturns the set of attributes.- Specified by:
getAttributesin classLink- Returns:
- the set of attributes.
-
toString
-
equals
-
hashCode
-