Class SetDataBreakpointsResponse
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Response
com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse
Response to 'setDataBreakpoints' request. Returned is information about each breakpoint created
by this request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SetDataBreakpointsResponsecreate(SetDataBreakpointsResponse.ResponseBody body, Integer requestSeq, Boolean success, String command, Integer seq) booleangetBody()Contains request result if success is true and optional error details if success is false.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Response
create, getCommand, getMessage, getRequestSeq, isSuccess, setBody, setCommand, setMessage, setRequestSeq, setSuccess
-
Method Details
-
getBody
Description copied from class:ResponseContains request result if success is true and optional error details if success is false. -
setBody
-
equals
-
hashCode
public int hashCode() -
create
public static SetDataBreakpointsResponse create(SetDataBreakpointsResponse.ResponseBody body, Integer requestSeq, Boolean success, String command, Integer seq)
-