-
public final class RemoveInstrumentationBreakpointRequestRequest object containing input parameters for the DOMDebuggerDomain.removeInstrumentationBreakpoint command.
-
-
Constructor Summary
Constructors Constructor Description RemoveInstrumentationBreakpointRequest(String eventName)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final RemoveInstrumentationBreakpointRequestcopy(String eventName)final StringgetEventName()Instrumentation name to stop on. -
-
Constructor Detail
-
RemoveInstrumentationBreakpointRequest
RemoveInstrumentationBreakpointRequest(String eventName)
-
-
Method Detail
-
component1
final String component1()
-
copy
final RemoveInstrumentationBreakpointRequest copy(String eventName)
-
getEventName
final String getEventName()
Instrumentation name to stop on.
-
-
-
-