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>attributeMapprivate intdroppedAttributesCount
-
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 booleanequals(java.lang.Object o)java.util.Map<java.lang.String,AttributeValue>getAttributeMap()Returns the set of attributes.intgetDroppedAttributesCount()Returns the number of dropped attributes.inthashCode()java.lang.StringtoString()-
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.AttributesReturns the set of attributes.- Specified by:
getAttributeMapin classSpanData.Attributes- Returns:
- the set of attributes.
-
getDroppedAttributesCount
public int getDroppedAttributesCount()
Description copied from class:SpanData.AttributesReturns the number of dropped attributes.- Specified by:
getDroppedAttributesCountin classSpanData.Attributes- Returns:
- the number of dropped attributes.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-