Class AutoValue_Annotation
java.lang.Object
io.opencensus.trace.Annotation
io.opencensus.trace.AutoValue_Annotation
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Annotation
extends Annotation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Annotation(String description, Map<String, AttributeValue> attributes) -
Method Summary
Methods inherited from class Annotation
fromDescription, fromDescriptionAndAttributes
-
Field Details
-
description
-
attributes
-
-
Constructor Details
-
AutoValue_Annotation
AutoValue_Annotation(String description, Map<String, AttributeValue> attributes)
-
-
Method Details
-
getDescription
Description copied from class:AnnotationReturn the description of theAnnotation.- Specified by:
getDescriptionin classAnnotation- Returns:
- the description of the
Annotation.
-
getAttributes
Description copied from class:AnnotationReturn the attributes of theAnnotation.- Specified by:
getAttributesin classAnnotation- Returns:
- the attributes of the
Annotation.
-
toString
-
equals
-
hashCode
-