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