Class AutoValue_AggregationData_MeanData
java.lang.Object
io.opencensus.stats.AggregationData
io.opencensus.stats.AggregationData.MeanData
io.opencensus.stats.AutoValue_AggregationData_MeanData
@Immutable
@Deprecated
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AggregationData_MeanData
extends AggregationData.MeanData
Deprecated.
-
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.MeanData
create, match
-
Field Details
-
mean
private final double meanDeprecated. -
count
private final long countDeprecated.
-
-
Constructor Details
-
AutoValue_AggregationData_MeanData
AutoValue_AggregationData_MeanData(double mean, long count) Deprecated.
-
-
Method Details
-
getMean
public double getMean()Deprecated.Description copied from class:AggregationData.MeanDataReturns the aggregated mean.- Specified by:
getMeanin classAggregationData.MeanData- Returns:
- the aggregated mean.
-
getCount
public long getCount()Deprecated.Description copied from class:AggregationData.MeanDataReturns the aggregated count.- Specified by:
getCountin classAggregationData.MeanData- Returns:
- the aggregated count.
-
toString
-
equals
-
hashCode
-