Class RunInTerminalResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
- Enclosing class:
RunInTerminalResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanThe process ID.The process ID of the terminal shell.inthashCode()setProcessId(Integer processId) setShellProcessId(Integer shellProcessId)
-
Method Details
-
getProcessId
The process ID. The value should be less than or equal to 2147483647 (2^31 - 1). -
setProcessId
-
getShellProcessId
The process ID of the terminal shell. The value should be less than or equal to 2147483647 (2^31 - 1). -
setShellProcessId
-
equals
-
hashCode
public int hashCode() -
create
-