Class CancelArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.CancelArguments
Arguments for 'cancel' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CancelArgumentscreate()booleanThe ID (attribute 'progressId') of the progress to cancel.The ID (attribute 'seq') of the request to cancel.inthashCode()setProgressId(String progressId) setRequestId(Integer requestId)
-
Method Details
-
getRequestId
The ID (attribute 'seq') of the request to cancel. If missing no request is cancelled. Both a 'requestId' and a 'progressId' can be specified in one request. -
setRequestId
-
getProgressId
The ID (attribute 'progressId') of the progress to cancel. If missing no progress is cancelled. Both a 'requestId' and a 'progressId' can be specified in one request. -
setProgressId
-
equals
-
hashCode
public int hashCode() -
create
-