Package io.opencensus.trace
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 io.opencensus.trace.Link
fromSpanContext, fromSpanContext
-
Field Details
-
traceId
-
spanId
-
type
-
attributes
-
-
Constructor Details
-
AutoValue_Link
-
-
Method Details
-
getTraceId
Description copied from class:Link
Returns theTraceId
.- Specified by:
getTraceId
in classLink
- Returns:
- the
TraceId
.
-
getSpanId
Description copied from class:Link
Returns theSpanId
. -
getType
Description copied from class:Link
Returns theType
. -
getAttributes
Description copied from class:Link
Returns the set of attributes.- Specified by:
getAttributes
in classLink
- Returns:
- the set of attributes.
-
toString
-
equals
-
hashCode
public int hashCode()
-