Class AutoValue_ImmutableLongPointData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableLongPointData
io.opentelemetry.sdk.metrics.internal.data.AutoValue_ImmutableLongPointData
- All Implemented Interfaces:
LongPointData
,PointData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Attributes
private final long
private final List
<LongExemplarData> private final long
private final long
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableLongPointData
(long startEpochNanos, long epochNanos, Attributes attributes, long value, List<LongExemplarData> exemplars) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the attributes of the aggregation.long
Returns the end time of the aggregation in epoch nanos.List of exemplars collected from measurements aggregated into this point.long
Returns the start time of the aggregation in epoch nanos.long
getValue()
Returns the value of the data point.int
hashCode()
toString()
Methods inherited from class io.opentelemetry.sdk.metrics.internal.data.ImmutableLongPointData
create, create
-
Field Details
-
startEpochNanos
private final long startEpochNanos -
epochNanos
private final long epochNanos -
attributes
-
value
private final long value -
exemplars
-
-
Constructor Details
-
AutoValue_ImmutableLongPointData
AutoValue_ImmutableLongPointData(long startEpochNanos, long epochNanos, Attributes attributes, long value, List<LongExemplarData> exemplars)
-
-
Method Details
-
getStartEpochNanos
public long getStartEpochNanos()Description copied from interface:PointData
Returns the start time of the aggregation in epoch nanos. -
getEpochNanos
public long getEpochNanos()Description copied from interface:PointData
Returns the end time of the aggregation in epoch nanos. -
getAttributes
Description copied from interface:PointData
Returns the attributes of the aggregation. -
getValue
public long getValue()Description copied from interface:LongPointData
Returns the value of the data point. -
getExemplars
Description copied from interface:LongPointData
List of exemplars collected from measurements aggregated into this point. -
toString
-
equals
-
hashCode
public int hashCode()
-