-
public final class RemoveDOMBreakpointRequestRequest object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final DOMBreakpointTypetype
-
Constructor Summary
Constructors Constructor Description RemoveDOMBreakpointRequest(Integer nodeId, DOMBreakpointType type)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final DOMBreakpointTypecomponent2()final RemoveDOMBreakpointRequestcopy(Integer nodeId, DOMBreakpointType type)final IntegergetNodeId()Identifier of the node to remove breakpoint from. final DOMBreakpointTypegetType()Type of the breakpoint to remove. -
-
Constructor Detail
-
RemoveDOMBreakpointRequest
RemoveDOMBreakpointRequest(Integer nodeId, DOMBreakpointType type)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final DOMBreakpointType component2()
-
copy
final RemoveDOMBreakpointRequest copy(Integer nodeId, DOMBreakpointType type)
-
getType
final DOMBreakpointType getType()
Type of the breakpoint to remove.
-
-
-
-