public class ThreadsResponse
extends java.lang.Object
Constructor and Description |
---|
ThreadsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Thread[] |
getThreads()
All threads.
|
int |
hashCode() |
void |
setThreads(Thread[] threads)
All threads.
|
java.lang.String |
toString() |
@Pure public Thread[] getThreads()
public void setThreads(Thread[] threads)
@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