Package io.opencensus.trace
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 io.opencensus.trace.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:Annotation
Return the description of theAnnotation
.- Specified by:
getDescription
in classAnnotation
- Returns:
- the description of the
Annotation
.
-
getAttributes
Description copied from class:Annotation
Return the attributes of theAnnotation
.- Specified by:
getAttributes
in classAnnotation
- Returns:
- the attributes of the
Annotation
.
-
toString
-
equals
-
hashCode
public int hashCode()
-