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 Modifier and Type Field Description private doublepercentileprivate doublevalue
-
Constructor Summary
Constructors Constructor Description AutoValue_Summary_Snapshot_ValueAtPercentile(double percentile, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)doublegetPercentile()Returns the percentile in thisValueAtPercentile.doublegetValue()Returns the value in thisValueAtPercentile.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
create
-
-
-
-
Method Detail
-
getPercentile
public double getPercentile()
Description copied from class:Summary.Snapshot.ValueAtPercentileReturns the percentile in thisValueAtPercentile.Must be in the interval (0.0, 100.0].
- Specified by:
getPercentilein classSummary.Snapshot.ValueAtPercentile- Returns:
- the percentile in this
ValueAtPercentile.
-
getValue
public double getValue()
Description copied from class:Summary.Snapshot.ValueAtPercentileReturns the value in thisValueAtPercentile.- Specified by:
getValuein classSummary.Snapshot.ValueAtPercentile- Returns:
- the value in this
ValueAtPercentile.
-
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
-
-