public class CodeFlow extends Object
| Constructor and Description |
|---|
CodeFlow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
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.
|
List<ThreadFlow> |
getThreadFlows()
An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.
|
int |
hashCode() |
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.
|
void |
setThreadFlows(List<ThreadFlow> threadFlows)
An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.
|
String |
toString() |
CodeFlow |
withMessage(Message message) |
CodeFlow |
withProperties(PropertyBag properties) |
CodeFlow |
withThreadFlows(List<ThreadFlow> threadFlows) |
public Message getMessage()
public void setMessage(Message message)
public List<ThreadFlow> getThreadFlows()
public void setThreadFlows(List<ThreadFlow> threadFlows)
public CodeFlow withThreadFlows(List<ThreadFlow> threadFlows)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public CodeFlow withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.