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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opencensus.stats.AggregationData.CountData
create, match
-
Field Details
-
count
private final long count
-
-
Constructor Details
-
AutoValue_AggregationData_CountData
AutoValue_AggregationData_CountData(long count)
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode()
-