Class AutoValue_Summary_Snapshot_ValueAtPercentile

java.lang.Object
io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
io.opencensus.metrics.export.AutoValue_Summary_Snapshot_ValueAtPercentile

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Summary_Snapshot_ValueAtPercentile extends Summary.Snapshot.ValueAtPercentile
  • Field Details

    • percentile

      private final double percentile
    • value

      private final double value
  • Constructor Details

    • AutoValue_Summary_Snapshot_ValueAtPercentile

      AutoValue_Summary_Snapshot_ValueAtPercentile(double percentile, double value)
  • Method Details