Class AutoValue_ImmutableExceptionEventData

    • Field Detail

      • epochNanos

        private final long epochNanos
      • totalAttributeCount

        private final int totalAttributeCount
      • exception

        private final java.lang.Throwable exception
    • Constructor Detail

      • AutoValue_ImmutableExceptionEventData

        AutoValue_ImmutableExceptionEventData​(Attributes attributes,
                                              long epochNanos,
                                              int totalAttributeCount,
                                              java.lang.Throwable exception)
    • Method Detail

      • getEpochNanos

        public long getEpochNanos()
        Description copied from interface: EventData
        Returns the epoch time in nanos of this event.
        Returns:
        the epoch time in nanos of this event.
      • getTotalAttributeCount

        public int getTotalAttributeCount()
        Description copied from interface: EventData
        The total number of attributes that were recorded on this Event. 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.getMaxNumberOfAttributesPerEvent()
        Returns:
        The total number of attributes on this event.
      • 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