Class AutoValue_ImmutableDoublePointData

    • Field Detail

      • startEpochNanos

        private final long startEpochNanos
      • epochNanos

        private final long epochNanos
      • value

        private final double value
    • Constructor Detail

      • AutoValue_ImmutableDoublePointData

        AutoValue_ImmutableDoublePointData​(long startEpochNanos,
                                           long epochNanos,
                                           Attributes attributes,
                                           double value,
                                           java.util.List<DoubleExemplarData> exemplars)
    • Method Detail

      • getStartEpochNanos

        public long getStartEpochNanos()
        Description copied from interface: PointData
        Returns the start time of the aggregation in epoch nanos.
      • getEpochNanos

        public long getEpochNanos()
        Description copied from interface: PointData
        Returns the end time of the aggregation in epoch nanos.
      • getAttributes

        public Attributes getAttributes()
        Description copied from interface: PointData
        Returns the attributes of the aggregation.
      • getValue

        public double getValue()
        Description copied from interface: DoublePointData
        Returns the value of the data point.
      • getExemplars

        public java.util.List<DoubleExemplarData> getExemplars()
        Description copied from interface: DoublePointData
        List of exemplars collected from measurements aggregated into this point.
      • 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