public class ThreadFlow extends Object
| Constructor and Description |
|---|
ThreadFlow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getId()
An string that uniquely identifies the threadFlow within the codeFlow in which it occurs.
|
ImmutableState |
getImmutableState()
Values of relevant expressions at the start of the thread flow that remain constant.
|
InitialState |
getInitialState()
Values of relevant expressions at the start of the thread flow that may change during thread flow execution.
|
List<ThreadFlowLocation> |
getLocations()
A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result.
|
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 |
setId(String id)
An string that uniquely identifies the threadFlow within the codeFlow in which it occurs.
|
void |
setImmutableState(ImmutableState immutableState)
Values of relevant expressions at the start of the thread flow that remain constant.
|
void |
setInitialState(InitialState initialState)
Values of relevant expressions at the start of the thread flow that may change during thread flow execution.
|
void |
setLocations(List<ThreadFlowLocation> locations)
A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result.
|
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() |
ThreadFlow |
withId(String id) |
ThreadFlow |
withImmutableState(ImmutableState immutableState) |
ThreadFlow |
withInitialState(InitialState initialState) |
ThreadFlow |
withLocations(List<ThreadFlowLocation> locations) |
ThreadFlow |
withMessage(Message message) |
ThreadFlow |
withProperties(PropertyBag properties) |
public String getId()
public void setId(String id)
public ThreadFlow withId(String id)
public Message getMessage()
public void setMessage(Message message)
public ThreadFlow withMessage(Message message)
public InitialState getInitialState()
public void setInitialState(InitialState initialState)
public ThreadFlow withInitialState(InitialState initialState)
public ImmutableState getImmutableState()
public void setImmutableState(ImmutableState immutableState)
public ThreadFlow withImmutableState(ImmutableState immutableState)
public List<ThreadFlowLocation> getLocations()
public void setLocations(List<ThreadFlowLocation> locations)
public ThreadFlow withLocations(List<ThreadFlowLocation> locations)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ThreadFlow withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.