Class AutoValue_SpanLimits_SpanLimitsValue


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_SpanLimits_SpanLimitsValue
    extends SpanLimits.SpanLimitsValue
    • Field Detail

      • maxNumberOfAttributes

        private final int maxNumberOfAttributes
      • maxNumberOfEvents

        private final int maxNumberOfEvents
      • maxNumberOfLinks

        private final int maxNumberOfLinks
      • maxNumberOfAttributesPerEvent

        private final int maxNumberOfAttributesPerEvent
      • maxNumberOfAttributesPerLink

        private final int maxNumberOfAttributesPerLink
      • maxAttributeValueLength

        private final int maxAttributeValueLength
    • Constructor Detail

      • AutoValue_SpanLimits_SpanLimitsValue

        AutoValue_SpanLimits_SpanLimitsValue​(int maxNumberOfAttributes,
                                             int maxNumberOfEvents,
                                             int maxNumberOfLinks,
                                             int maxNumberOfAttributesPerEvent,
                                             int maxNumberOfAttributesPerLink,
                                             int maxAttributeValueLength)
    • Method Detail

      • getMaxNumberOfAttributes

        public int getMaxNumberOfAttributes()
        Description copied from class: SpanLimits
        Returns the max number of attributes per Span.
        Specified by:
        getMaxNumberOfAttributes in class SpanLimits
        Returns:
        the max number of attributes per Span.
      • getMaxNumberOfEvents

        public int getMaxNumberOfEvents()
        Description copied from class: SpanLimits
        Returns the max number of events per Span.
        Specified by:
        getMaxNumberOfEvents in class SpanLimits
        Returns:
        the max number of events per Span.
      • getMaxNumberOfLinks

        public int getMaxNumberOfLinks()
        Description copied from class: SpanLimits
        Returns the max number of links per Span.
        Specified by:
        getMaxNumberOfLinks in class SpanLimits
        Returns:
        the max number of links per Span.
      • getMaxNumberOfAttributesPerEvent

        public int getMaxNumberOfAttributesPerEvent()
        Description copied from class: SpanLimits
        Returns the max number of attributes per event.
        Specified by:
        getMaxNumberOfAttributesPerEvent in class SpanLimits
        Returns:
        the max number of attributes per event.
      • getMaxNumberOfAttributesPerLink

        public int getMaxNumberOfAttributesPerLink()
        Description copied from class: SpanLimits
        Returns the max number of attributes per link.
        Specified by:
        getMaxNumberOfAttributesPerLink in class SpanLimits
        Returns:
        the max number of attributes per 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