public class RunInTerminalResponse
extends java.lang.Object
Constructor and Description |
---|
RunInTerminalResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getProcessId()
The process ID.
|
java.lang.Integer |
getShellProcessId()
The process ID of the terminal shell.
|
int |
hashCode() |
void |
setProcessId(java.lang.Integer processId)
The process ID.
|
void |
setShellProcessId(java.lang.Integer shellProcessId)
The process ID of the terminal shell.
|
java.lang.String |
toString() |
@Pure public java.lang.Integer getProcessId()
This is an optional property.
public void setProcessId(java.lang.Integer processId)
This is an optional property.
@Pure public java.lang.Integer getShellProcessId()
This is an optional property.
public void setShellProcessId(java.lang.Integer shellProcessId)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object