Package io.opencensus.metrics.data
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 Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<String, AttachmentValue> private final Timestamp
private final double
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Exemplar
(double value, Timestamp timestamp, Map<String, AttachmentValue> attachments) -
Method Summary
-
Field Details
-
value
private final double value -
timestamp
-
attachments
-
-
Constructor Details
-
AutoValue_Exemplar
AutoValue_Exemplar(double value, Timestamp timestamp, Map<String, AttachmentValue> attachments)
-
-
Method Details
-
getValue
public double getValue()Description copied from class:Exemplar
Returns value of theExemplar
point. -
getTimestamp
Description copied from class:Exemplar
Returns the time that thisExemplar
's value was recorded.- Specified by:
getTimestamp
in classExemplar
- Returns:
- the time that this
Exemplar
's value was recorded.
-
getAttachments
Description copied from class:Exemplar
Returns the contextual information about the example value.- Specified by:
getAttachments
in classExemplar
- Returns:
- the contextual information about the example value.
-
toString
-
equals
-
hashCode
public int hashCode()
-