public class ExceptionInfoArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ExceptionInfoArguments |
create(Integer threadId) |
boolean |
equals(Object obj) |
int |
getThreadId()
Thread for which exception information should be retrieved.
|
int |
hashCode() |
ExceptionInfoArguments |
setThreadId(int threadId) |
public int getThreadId()
public ExceptionInfoArguments setThreadId(int threadId)
public static ExceptionInfoArguments create(Integer threadId)