public class StackTraceResponse
extends java.lang.Object
Constructor and Description |
---|
StackTraceResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
StackFrame[] |
getStackFrames()
The frames of the stackframe.
|
java.lang.Integer |
getTotalFrames()
The total number of frames available.
|
int |
hashCode() |
void |
setStackFrames(StackFrame[] stackFrames)
The frames of the stackframe.
|
void |
setTotalFrames(java.lang.Integer totalFrames)
The total number of frames available.
|
java.lang.String |
toString() |
@Pure public StackFrame[] getStackFrames()
This means that there is no location information available.
public void setStackFrames(StackFrame[] stackFrames)
This means that there is no location information available.
@Pure public java.lang.Integer getTotalFrames()
This is an optional property.
public void setTotalFrames(java.lang.Integer totalFrames)
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