Package io.opencensus.stats
Class AutoValue_Aggregation_Distribution
- java.lang.Object
-
- io.opencensus.stats.Aggregation
-
- io.opencensus.stats.Aggregation.Distribution
-
- io.opencensus.stats.AutoValue_Aggregation_Distribution
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Aggregation_Distribution extends Aggregation.Distribution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.stats.Aggregation
Aggregation.Count, Aggregation.Distribution, Aggregation.LastValue, Aggregation.Mean, Aggregation.Sum
-
-
Field Summary
Fields Modifier and Type Field Description private BucketBoundariesbucketBoundaries
-
Constructor Summary
Constructors Constructor Description AutoValue_Aggregation_Distribution(BucketBoundaries bucketBoundaries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BucketBoundariesgetBucketBoundaries()Returns theDistribution's bucket boundaries.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.stats.Aggregation.Distribution
create, match
-
-
-
-
Field Detail
-
bucketBoundaries
private final BucketBoundaries bucketBoundaries
-
-
Constructor Detail
-
AutoValue_Aggregation_Distribution
AutoValue_Aggregation_Distribution(BucketBoundaries bucketBoundaries)
-
-
Method Detail
-
getBucketBoundaries
public BucketBoundaries getBucketBoundaries()
Description copied from class:Aggregation.DistributionReturns theDistribution's bucket boundaries.- Specified by:
getBucketBoundariesin classAggregation.Distribution- Returns:
- the
Distribution's bucket boundaries.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-