Package ortus.boxlang.debugger.response
Class SetVariableResponse
java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.SetVariableResponse
- All Implemented Interfaces:
IAdapterProtocolMessage,ISendable,IDebugResponse
Models a SetBreakpoint response in the DAP
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class ortus.boxlang.debugger.response.AbstractResponse
command, request_seq, success, type -
Constructor Summary
ConstructorsConstructorDescriptionSetVariableResponse(SetVariableRequest request, String message) Send an error response.SetVariableResponse(SetVariableRequest request, Variable variable) Constructor -
Method Summary
Methods inherited from class ortus.boxlang.debugger.response.AbstractResponse
accept, getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData, toJSON
-
Field Details
-
body
-
-
Constructor Details
-
SetVariableResponse
public SetVariableResponse() -
SetVariableResponse
Constructor- Parameters:
request- The request to respond to
-
SetVariableResponse
Send an error response.- Parameters:
request- The request to respond to
-