Class AutoValue_ImmutableDoublePointData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableDoublePointData
io.opentelemetry.sdk.metrics.internal.data.AutoValue_ImmutableDoublePointData
- All Implemented Interfaces:
DoublePointData,PointData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Attributesprivate final longprivate final List<DoubleExemplarData> private final longprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableDoublePointData(long startEpochNanos, long epochNanos, Attributes attributes, double value, List<DoubleExemplarData> exemplars) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the attributes of the aggregation.longReturns the end time of the aggregation in epoch nanos.List of exemplars collected from measurements aggregated into this point.longReturns the start time of the aggregation in epoch nanos.doublegetValue()Returns the value of the data point.inthashCode()toString()Methods inherited from class io.opentelemetry.sdk.metrics.internal.data.ImmutableDoublePointData
create, create
-
Field Details
-
startEpochNanos
private final long startEpochNanos -
epochNanos
private final long epochNanos -
attributes
-
value
private final double value -
exemplars
-
-
Constructor Details
-
AutoValue_ImmutableDoublePointData
AutoValue_ImmutableDoublePointData(long startEpochNanos, long epochNanos, Attributes attributes, double value, List<DoubleExemplarData> exemplars)
-
-
Method Details
-
getStartEpochNanos
public long getStartEpochNanos()Description copied from interface:PointDataReturns the start time of the aggregation in epoch nanos. -
getEpochNanos
public long getEpochNanos()Description copied from interface:PointDataReturns the end time of the aggregation in epoch nanos. -
getAttributes
Description copied from interface:PointDataReturns the attributes of the aggregation. -
getValue
public double getValue()Description copied from interface:DoublePointDataReturns the value of the data point. -
getExemplars
Description copied from interface:DoublePointDataList of exemplars collected from measurements aggregated into this point. -
toString
-
equals
-
hashCode
public int hashCode()
-