Package io.opencensus.stats
Class AutoValue_AggregationData_LastValueDataDouble
java.lang.Object
io.opencensus.stats.AggregationData
io.opencensus.stats.AggregationData.LastValueDataDouble
io.opencensus.stats.AutoValue_AggregationData_LastValueDataDouble
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AggregationData_LastValueDataDouble
extends AggregationData.LastValueDataDouble
-
Nested Class Summary
Nested classes/interfaces inherited from class io.opencensus.stats.AggregationData
AggregationData.CountData, AggregationData.DistributionData, AggregationData.LastValueDataDouble, AggregationData.LastValueDataLong, AggregationData.MeanData, AggregationData.SumDataDouble, AggregationData.SumDataLong
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opencensus.stats.AggregationData.LastValueDataDouble
create, match
-
Field Details
-
lastValue
private final double lastValue
-
-
Constructor Details
-
AutoValue_AggregationData_LastValueDataDouble
AutoValue_AggregationData_LastValueDataDouble(double lastValue)
-
-
Method Details
-
getLastValue
public double getLastValue()Description copied from class:AggregationData.LastValueDataDouble
Returns the last value.- Specified by:
getLastValue
in classAggregationData.LastValueDataDouble
- Returns:
- the last value.
-
toString
-
equals
-
hashCode
public int hashCode()
-