Class AutoValue_AggregationData_LastValueDataLong
java.lang.Object
io.opencensus.stats.AggregationData
io.opencensus.stats.AggregationData.LastValueDataLong
io.opencensus.stats.AutoValue_AggregationData_LastValueDataLong
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AggregationData_LastValueDataLong
extends AggregationData.LastValueDataLong
-
Nested Class Summary
Nested classes/interfaces inherited from class 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 AggregationData.LastValueDataLong
create, match
-
Field Details
-
lastValue
private final long lastValue
-
-
Constructor Details
-
AutoValue_AggregationData_LastValueDataLong
AutoValue_AggregationData_LastValueDataLong(long lastValue)
-
-
Method Details
-
getLastValue
public long getLastValue()Description copied from class:AggregationData.LastValueDataLongReturns the last value.- Specified by:
getLastValuein classAggregationData.LastValueDataLong- Returns:
- the last value.
-
toString
-
equals
-
hashCode
-