Class AutoValue_Exemplar

java.lang.Object
io.opencensus.metrics.data.Exemplar
io.opencensus.metrics.data.AutoValue_Exemplar

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

  • Constructor Details

  • Method Details

    • 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 Map<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 String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object