Package io.opencensus.trace.export
Class AutoValue_SpanData_Attributes
- java.lang.Object
-
- io.opencensus.trace.export.SpanData.Attributes
-
- io.opencensus.trace.export.AutoValue_SpanData_Attributes
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_SpanData_Attributes extends SpanData.Attributes
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,AttributeValue>
attributeMap
private int
droppedAttributesCount
-
Constructor Summary
Constructors Constructor Description AutoValue_SpanData_Attributes(java.util.Map<java.lang.String,AttributeValue> attributeMap, int droppedAttributesCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.Map<java.lang.String,AttributeValue>
getAttributeMap()
Returns the set of attributes.int
getDroppedAttributesCount()
Returns the number of dropped attributes.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.trace.export.SpanData.Attributes
create
-
-
-
-
Field Detail
-
attributeMap
private final java.util.Map<java.lang.String,AttributeValue> attributeMap
-
droppedAttributesCount
private final int droppedAttributesCount
-
-
Constructor Detail
-
AutoValue_SpanData_Attributes
AutoValue_SpanData_Attributes(java.util.Map<java.lang.String,AttributeValue> attributeMap, int droppedAttributesCount)
-
-
Method Detail
-
getAttributeMap
public java.util.Map<java.lang.String,AttributeValue> getAttributeMap()
Description copied from class:SpanData.Attributes
Returns the set of attributes.- Specified by:
getAttributeMap
in classSpanData.Attributes
- Returns:
- the set of attributes.
-
getDroppedAttributesCount
public int getDroppedAttributesCount()
Description copied from class:SpanData.Attributes
Returns the number of dropped attributes.- Specified by:
getDroppedAttributesCount
in classSpanData.Attributes
- Returns:
- the number of dropped attributes.
-
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
-
-