Package io.opencensus.stats
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.MeanDataDeprecated.
-
-
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
-
-
Constructor Summary
Constructors Constructor Description AutoValue_AggregationData_MeanData(double mean, long count)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.longgetCount()Deprecated.Returns the aggregated count.doublegetMean()Deprecated.Returns the aggregated mean.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class io.opencensus.stats.AggregationData.MeanData
create, match
-
-
-
-
Method Detail
-
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
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-