Package io.opencensus.stats
Class AutoValue_AggregationData_SumDataLong
- java.lang.Object
-
- io.opencensus.stats.AggregationData
-
- io.opencensus.stats.AggregationData.SumDataLong
-
- io.opencensus.stats.AutoValue_AggregationData_SumDataLong
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_AggregationData_SumDataLong extends AggregationData.SumDataLong
-
-
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 long
sum
-
Constructor Summary
Constructors Constructor Description AutoValue_AggregationData_SumDataLong(long sum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
long
getSum()
Returns the aggregated sum.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.stats.AggregationData.SumDataLong
create, match
-
-
-
-
Method Detail
-
getSum
public long getSum()
Description copied from class:AggregationData.SumDataLong
Returns the aggregated sum.- Specified by:
getSum
in classAggregationData.SumDataLong
- Returns:
- the aggregated sum.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-