public static class ProcessEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ProcessEvent.EventBody |
create(String name) |
boolean |
equals(Object obj) |
Boolean |
getIsLocalProcess()
If true, the process is running on the same computer as the debug adapter.
|
String |
getName()
The logical name of the process.
|
Integer |
getPointerSize()
The size of a pointer or address for this process, in bits.
|
String |
getStartMethod()
Describes how the debug engine started debugging this process.
|
Integer |
getSystemProcessId()
The system process id of the debugged process.
|
int |
hashCode() |
ProcessEvent.EventBody |
setIsLocalProcess(Boolean isLocalProcess) |
ProcessEvent.EventBody |
setName(String name) |
ProcessEvent.EventBody |
setPointerSize(Integer pointerSize) |
ProcessEvent.EventBody |
setStartMethod(String startMethod) |
ProcessEvent.EventBody |
setSystemProcessId(Integer systemProcessId) |
public String getName()
public ProcessEvent.EventBody setName(String name)
public Integer getSystemProcessId()
public ProcessEvent.EventBody setSystemProcessId(Integer systemProcessId)
public Boolean getIsLocalProcess()
public ProcessEvent.EventBody setIsLocalProcess(Boolean isLocalProcess)
public String getStartMethod()
public ProcessEvent.EventBody setStartMethod(String startMethod)
public Integer getPointerSize()
public ProcessEvent.EventBody setPointerSize(Integer pointerSize)
public static ProcessEvent.EventBody create(String name)