Class AutoValue_BucketBoundaries

java.lang.Object
io.opencensus.stats.BucketBoundaries
io.opencensus.stats.AutoValue_BucketBoundaries

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_BucketBoundaries extends BucketBoundaries
  • Field Details

    • boundaries

      private final List<Double> boundaries
  • Constructor Details

    • AutoValue_BucketBoundaries

      AutoValue_BucketBoundaries(List<Double> boundaries)
  • Method Details