Package io.opencensus.trace.export
Class AutoValue_RunningSpanStore_Filter
- java.lang.Object
-
- io.opencensus.trace.export.RunningSpanStore.Filter
-
- io.opencensus.trace.export.AutoValue_RunningSpanStore_Filter
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RunningSpanStore_Filter extends RunningSpanStore.Filter
-
-
Field Summary
Fields Modifier and Type Field Description private intmaxSpansToReturnprivate java.lang.StringspanName
-
Constructor Summary
Constructors Constructor Description AutoValue_RunningSpanStore_Filter(java.lang.String spanName, int maxSpansToReturn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetMaxSpansToReturn()Returns the maximum number of spans to be returned.java.lang.StringgetSpanName()Returns the span name.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.trace.export.RunningSpanStore.Filter
create
-
-
-
-
Method Detail
-
getSpanName
public java.lang.String getSpanName()
Description copied from class:RunningSpanStore.FilterReturns the span name.- Specified by:
getSpanNamein classRunningSpanStore.Filter- Returns:
- the span name.
-
getMaxSpansToReturn
public int getMaxSpansToReturn()
Description copied from class:RunningSpanStore.FilterReturns the maximum number of spans to be returned.0means all.- Specified by:
getMaxSpansToReturnin classRunningSpanStore.Filter- Returns:
- the maximum number of spans to be returned.
-
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
-
-