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