Class AutoValue_Point


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

      • value

        private final Value value
      • timestamp

        private final Timestamp timestamp
    • Constructor Detail

      • AutoValue_Point

        AutoValue_Point​(Value value,
                        Timestamp timestamp)
    • Method Detail

      • getValue

        public Value getValue()
        Description copied from class: Point
        Returns the Value.
        Specified by:
        getValue in class Point
        Returns:
        the Value.
      • 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