Package io.opencensus.trace
Class AutoValue_AttributeValue_AttributeValueDouble
- java.lang.Object
-
- io.opencensus.trace.AttributeValue
-
- io.opencensus.trace.AttributeValue.AttributeValueDouble
-
- io.opencensus.trace.AutoValue_AttributeValue_AttributeValueDouble
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_AttributeValue_AttributeValueDouble extends AttributeValue.AttributeValueDouble
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.trace.AttributeValue
AttributeValue.AttributeValueBoolean, AttributeValue.AttributeValueDouble, AttributeValue.AttributeValueLong, AttributeValue.AttributeValueString
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Double
doubleValue
-
Constructor Summary
Constructors Constructor Description AutoValue_AttributeValue_AttributeValueDouble(java.lang.Double doubleValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
(package private) java.lang.Double
getDoubleValue()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.trace.AttributeValue.AttributeValueDouble
create, match, match
-
Methods inherited from class io.opencensus.trace.AttributeValue
booleanAttributeValue, doubleAttributeValue, longAttributeValue, stringAttributeValue
-
-
-
-
Method Detail
-
getDoubleValue
java.lang.Double getDoubleValue()
- Specified by:
getDoubleValue
in classAttributeValue.AttributeValueDouble
-
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
-
-