-
public final class SetDOMBreakpointRequestRequest object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final DOMBreakpointTypetype
-
Constructor Summary
Constructors Constructor Description SetDOMBreakpointRequest(Integer nodeId, DOMBreakpointType type)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final DOMBreakpointTypecomponent2()final SetDOMBreakpointRequestcopy(Integer nodeId, DOMBreakpointType type)final IntegergetNodeId()Identifier of the node to set breakpoint on. final DOMBreakpointTypegetType()Type of the operation to stop upon. -
-
Constructor Detail
-
SetDOMBreakpointRequest
SetDOMBreakpointRequest(Integer nodeId, DOMBreakpointType type)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final DOMBreakpointType component2()
-
copy
final SetDOMBreakpointRequest copy(Integer nodeId, DOMBreakpointType type)
-
getType
final DOMBreakpointType getType()
Type of the operation to stop upon.
-
-
-
-