Class AutoValue_Link


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Link
    extends Link
    • Field Detail

      • traceId

        private final TraceId traceId
      • spanId

        private final SpanId spanId
      • attributes

        private final java.util.Map<java.lang.String,​AttributeValue> attributes
    • Method Detail

      • getTraceId

        public TraceId getTraceId()
        Description copied from class: Link
        Returns the TraceId.
        Specified by:
        getTraceId in class Link
        Returns:
        the TraceId.
      • getSpanId

        public SpanId getSpanId()
        Description copied from class: Link
        Returns the SpanId.
        Specified by:
        getSpanId in class Link
        Returns:
        the SpanId
      • getType

        public Link.Type getType()
        Description copied from class: Link
        Returns the Type.
        Specified by:
        getType in class Link
        Returns:
        the Type.
      • getAttributes

        public java.util.Map<java.lang.String,​AttributeValue> getAttributes()
        Description copied from class: Link
        Returns the set of attributes.
        Specified by:
        getAttributes in class Link
        Returns:
        the set of attributes.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object