Package io.opencensus.metrics.export
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Summary_Snapshot_ValueAtPercentile
(double percentile, double value) -
Method Summary
Methods inherited from class io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
create
-
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
-
getPercentile
public double getPercentile()Description copied from class:Summary.Snapshot.ValueAtPercentile
Returns the percentile in thisValueAtPercentile
.Must be in the interval (0.0, 100.0].
- Specified by:
getPercentile
in classSummary.Snapshot.ValueAtPercentile
- Returns:
- the percentile in this
ValueAtPercentile
.
-
getValue
public double getValue()Description copied from class:Summary.Snapshot.ValueAtPercentile
Returns the value in thisValueAtPercentile
.- Specified by:
getValue
in classSummary.Snapshot.ValueAtPercentile
- Returns:
- the value in this
ValueAtPercentile
.
-
toString
-
equals
-
hashCode
public int hashCode()
-