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 Timestampprivate 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
-
getTimestamp
Description copied from class:ExemplarReturns the time that thisExemplar's value was recorded.- Specified by:
getTimestampin classExemplar- Returns:
- the time that this
Exemplar's value was recorded.
-
getAttachments
Description copied from class:ExemplarReturns the contextual information about the example value.- Specified by:
getAttachmentsin classExemplar- Returns:
- the contextual information about the example value.
-
toString
-
equals
-
hashCode
-