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 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.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.CountDataReturns the aggregated count.- Specified by:
getCountin classAggregationData.CountData- Returns:
- the aggregated count.
-
toString
-
equals
-
hashCode
-