Class AutoValue_ImmutableLinkData

  • All Implemented Interfaces:
    LinkData

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

      • totalAttributeCount

        private final int totalAttributeCount
    • Constructor Detail

      • AutoValue_ImmutableLinkData

        AutoValue_ImmutableLinkData​(SpanContext spanContext,
                                    Attributes attributes,
                                    int totalAttributeCount)
    • Method Detail

      • getAttributes

        public Attributes getAttributes()
        Description copied from interface: LinkData
        Returns the set of attributes.
        Returns:
        the set of attributes.
      • getTotalAttributeCount

        public int getTotalAttributeCount()
        Description copied from interface: LinkData
        The total number of attributes that were recorded on this Link. This number may be larger than the number of attributes that are attached to this span, if the total number recorded was greater than the configured maximum value. See: SpanLimits.getMaxNumberOfAttributesPerLink()
        Returns:
        The number of attributes on this link.
      • 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