public static class StackTraceResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static StackTraceResponse.ResponseBody |
create(List<StackFrame> stackFrames) |
boolean |
equals(Object obj) |
List<StackFrame> |
getStackFrames()
The frames of the stackframe.
|
Integer |
getTotalFrames()
The total number of frames available.
|
int |
hashCode() |
StackTraceResponse.ResponseBody |
setStackFrames(List<StackFrame> stackFrames) |
StackTraceResponse.ResponseBody |
setTotalFrames(Integer totalFrames) |
public List<StackFrame> getStackFrames()
public StackTraceResponse.ResponseBody setStackFrames(List<StackFrame> stackFrames)
public Integer getTotalFrames()
public StackTraceResponse.ResponseBody setTotalFrames(Integer totalFrames)
public static StackTraceResponse.ResponseBody create(List<StackFrame> stackFrames)