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.MeanData
Deprecated.
-
-
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 boolean
equals(java.lang.Object o)
Deprecated.long
getCount()
Deprecated.Returns the aggregated count.double
getMean()
Deprecated.Returns the aggregated mean.int
hashCode()
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class io.opencensus.stats.AggregationData.MeanData
create, match
-
-
-
-
Method Detail
-
getMean
public double getMean()
Deprecated.Description copied from class:AggregationData.MeanData
Returns the aggregated mean.- Specified by:
getMean
in classAggregationData.MeanData
- Returns:
- the aggregated mean.
-
getCount
public long getCount()
Deprecated.Description copied from class:AggregationData.MeanData
Returns the aggregated count.- Specified by:
getCount
in classAggregationData.MeanData
- Returns:
- the aggregated count.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-