public class Stack extends Object
| Constructor and Description |
|---|
Stack() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<StackFrame> |
getFrames()
An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
|
Message |
getMessage()
Encapsulates a message intended to be read by the end user.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setFrames(List<StackFrame> frames)
An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
|
void |
setMessage(Message message)
Encapsulates a message intended to be read by the end user.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
Stack |
withFrames(List<StackFrame> frames) |
Stack |
withMessage(Message message) |
Stack |
withProperties(PropertyBag properties) |
public Message getMessage()
public void setMessage(Message message)
public List<StackFrame> getFrames()
public void setFrames(List<StackFrame> frames)
public Stack withFrames(List<StackFrame> frames)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public Stack withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.