Class AutoValue_Exemplar


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

      • value

        private final double value
      • timestamp

        private final Timestamp timestamp
      • attachments

        private final java.util.Map<java.lang.String,​AttachmentValue> attachments
    • Constructor Detail

      • AutoValue_Exemplar

        AutoValue_Exemplar​(double value,
                           Timestamp timestamp,
                           java.util.Map<java.lang.String,​AttachmentValue> attachments)
    • Method Detail

      • getValue

        public double getValue()
        Description copied from class: Exemplar
        Returns value of the Exemplar point.
        Specified by:
        getValue in class Exemplar
        Returns:
        value of the Exemplar point.
      • getTimestamp

        public Timestamp getTimestamp()
        Description copied from class: Exemplar
        Returns the time that this Exemplar's value was recorded.
        Specified by:
        getTimestamp in class Exemplar
        Returns:
        the time that this Exemplar's value was recorded.
      • getAttachments

        public java.util.Map<java.lang.String,​AttachmentValue> getAttachments()
        Description copied from class: Exemplar
        Returns the contextual information about the example value.
        Specified by:
        getAttachments in class Exemplar
        Returns:
        the contextual information about the example 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