Package io.opencensus.stats
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 io.opencensus.stats.AggregationData
AggregationData.CountData, AggregationData.DistributionData, AggregationData.LastValueDataDouble, AggregationData.LastValueDataLong, AggregationData.MeanData, AggregationData.SumDataDouble, AggregationData.SumDataLong
-
-
Field Summary
Fields Modifier and Type Field Description private longlastValue
-
Constructor Summary
Constructors Constructor Description AutoValue_AggregationData_LastValueDataLong(long lastValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)longgetLastValue()Returns the last value.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.stats.AggregationData.LastValueDataLong
create, match
-
-
-
-
Method Detail
-
getLastValue
public long getLastValue()
Description copied from class:AggregationData.LastValueDataLongReturns the last value.- Specified by:
getLastValuein classAggregationData.LastValueDataLong- Returns:
- the last value.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-