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 -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_SpanData_Attributes
(Map<String, AttributeValue> attributeMap, int droppedAttributesCount) -
Method Summary
Methods inherited from class io.opencensus.trace.export.SpanData.Attributes
create
-
Field Details
-
attributeMap
-
droppedAttributesCount
private final int droppedAttributesCount
-
-
Constructor Details
-
AutoValue_SpanData_Attributes
AutoValue_SpanData_Attributes(Map<String, AttributeValue> attributeMap, int droppedAttributesCount)
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode()
-