Class AutoValue_ImmutableMeasurement

  • All Implemented Interfaces:
    Measurement

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

      • startEpochNanos

        private final long startEpochNanos
      • epochNanos

        private final long epochNanos
      • hasLongValue

        private final boolean hasLongValue
      • longValue

        private final long longValue
      • hasDoubleValue

        private final boolean hasDoubleValue
      • doubleValue

        private final double doubleValue
    • Constructor Detail

      • AutoValue_ImmutableMeasurement

        AutoValue_ImmutableMeasurement​(long startEpochNanos,
                                       long epochNanos,
                                       boolean hasLongValue,
                                       long longValue,
                                       boolean hasDoubleValue,
                                       double doubleValue,
                                       Attributes attributes)
    • Method Detail

      • startEpochNanos

        public long startEpochNanos()
      • epochNanos

        public long epochNanos()
      • hasLongValue

        public boolean hasLongValue()
      • longValue

        public long longValue()
      • hasDoubleValue

        public boolean hasDoubleValue()
      • doubleValue

        public double doubleValue()
      • 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