Package io.opencensus.metrics.export
Class AutoValue_Value_ValueDistribution
- java.lang.Object
-
- io.opencensus.metrics.export.Value
-
- io.opencensus.metrics.export.Value.ValueDistribution
-
- io.opencensus.metrics.export.AutoValue_Value_ValueDistribution
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Value_ValueDistribution extends Value.ValueDistribution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.metrics.export.Value
Value.ValueDistribution, Value.ValueDouble, Value.ValueLong, Value.ValueSummary
-
-
Field Summary
Fields Modifier and Type Field Description private Distribution
value
-
Constructor Summary
Constructors Constructor Description AutoValue_Value_ValueDistribution(Distribution value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
(package private) Distribution
getValue()
Returns theDistribution
value.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.metrics.export.Value.ValueDistribution
create, match
-
Methods inherited from class io.opencensus.metrics.export.Value
distributionValue, doubleValue, longValue, summaryValue
-
-
-
-
Field Detail
-
value
private final Distribution value
-
-
Constructor Detail
-
AutoValue_Value_ValueDistribution
AutoValue_Value_ValueDistribution(Distribution value)
-
-
Method Detail
-
getValue
Distribution getValue()
Description copied from class:Value.ValueDistribution
Returns theDistribution
value.- Specified by:
getValue
in classValue.ValueDistribution
- Returns:
- the
Distribution
value.
-
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
-
-