Class NullSpan
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.empty.NullContext
-
- org.openqa.selenium.remote.tracing.empty.NullSpan
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,Span
,TraceContext
public class NullSpan extends NullContext implements Span
-
-
Constructor Summary
Constructors Constructor Description NullSpan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Span
setAttribute(java.lang.String key, boolean value)
Span
setAttribute(java.lang.String key, java.lang.Number value)
Span
setAttribute(java.lang.String key, java.lang.String value)
Span
setName(java.lang.String name)
Span
setStatus(Status status)
-
Methods inherited from class org.openqa.selenium.remote.tracing.empty.NullContext
createSpan, getId, wrap, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.tracing.TraceContext
createSpan, getId, wrap, wrap
-
-
-
-
Method Detail
-
setAttribute
public Span setAttribute(java.lang.String key, boolean value)
- Specified by:
setAttribute
in interfaceSpan
-
setAttribute
public Span setAttribute(java.lang.String key, java.lang.Number value)
- Specified by:
setAttribute
in interfaceSpan
-
setAttribute
public Span setAttribute(java.lang.String key, java.lang.String value)
- Specified by:
setAttribute
in interfaceSpan
-
-