-
public final class SetReturnValueRequestRequest object containing input parameters for the DebuggerDomain.setReturnValue command.
-
-
Field Summary
Fields Modifier and Type Field Description private final CallArgumentnewValue
-
Constructor Summary
Constructors Constructor Description SetReturnValueRequest(CallArgument newValue)
-
Method Summary
Modifier and Type Method Description final CallArgumentcomponent1()final SetReturnValueRequestcopy(CallArgument newValue)final CallArgumentgetNewValue()New return value. -
-
Constructor Detail
-
SetReturnValueRequest
SetReturnValueRequest(CallArgument newValue)
-
-
Method Detail
-
component1
final CallArgument component1()
-
copy
final SetReturnValueRequest copy(CallArgument newValue)
-
getNewValue
final CallArgument getNewValue()
New return value.
-
-
-
-