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 BucketBoundaries
bucketBoundaries
-
Constructor Summary
Constructors Constructor Description AutoValue_Aggregation_Distribution(BucketBoundaries bucketBoundaries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
BucketBoundaries
getBucketBoundaries()
Returns theDistribution
's bucket boundaries.int
hashCode()
java.lang.String
toString()
-
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.Distribution
Returns theDistribution
's bucket boundaries.- Specified by:
getBucketBoundaries
in classAggregation.Distribution
- Returns:
- the
Distribution
's bucket boundaries.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-