-
public final class SetBreakpointOnFunctionCallResponseResponse type for the DebuggerDomain.setBreakpointOnFunctionCall command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbreakpointId
-
Constructor Summary
Constructors Constructor Description SetBreakpointOnFunctionCallResponse(String breakpointId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final SetBreakpointOnFunctionCallResponsecopy(String breakpointId)final StringgetBreakpointId()Id of the created breakpoint for further reference. -
-
Constructor Detail
-
SetBreakpointOnFunctionCallResponse
SetBreakpointOnFunctionCallResponse(String breakpointId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final SetBreakpointOnFunctionCallResponse copy(String breakpointId)
-
getBreakpointId
final String getBreakpointId()
Id of the created breakpoint for further reference.
-
-
-
-