Package io.opencensus.trace
Class AutoValue_AttributeValue_AttributeValueString
java.lang.Object
io.opencensus.trace.AttributeValue
io.opencensus.trace.AttributeValue.AttributeValueString
io.opencensus.trace.AutoValue_AttributeValue_AttributeValueString
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AttributeValue_AttributeValueString
extends AttributeValue.AttributeValueString
-
Nested Class Summary
Nested classes/interfaces inherited from class io.opencensus.trace.AttributeValue
AttributeValue.AttributeValueBoolean, AttributeValue.AttributeValueDouble, AttributeValue.AttributeValueLong, AttributeValue.AttributeValueString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opencensus.trace.AttributeValue.AttributeValueString
create, match, match
Methods inherited from class io.opencensus.trace.AttributeValue
booleanAttributeValue, doubleAttributeValue, longAttributeValue, stringAttributeValue
-
Field Details
-
stringValue
-
-
Constructor Details
-
AutoValue_AttributeValue_AttributeValueString
AutoValue_AttributeValue_AttributeValueString(String stringValue)
-
-
Method Details
-
getStringValue
String getStringValue()- Specified by:
getStringValue
in classAttributeValue.AttributeValueString
-
toString
-
equals
-
hashCode
public int hashCode()
-