public class WorkflowExecutionDTO extends Object
Constructor and Description |
---|
WorkflowExecutionDTO(String workflowExecutionId,
Date timestamp,
List<ScenarioExecutionDTO> scenarioExecutions)
Instantiates a new Workflow execution dto.
|
Modifier and Type | Method and Description |
---|---|
List<ScenarioExecutionDTO> |
getScenarioExecutions()
Gets scenario executions.
|
Date |
getTimestamp()
Gets timestamp.
|
String |
getWorkflowExecutionId()
Gets workflow execution id.
|
public WorkflowExecutionDTO(String workflowExecutionId, Date timestamp, List<ScenarioExecutionDTO> scenarioExecutions)
workflowExecutionId
- the workflow execution idtimestamp
- the timestampscenarioExecutions
- the scenario executionspublic String getWorkflowExecutionId()
public Date getTimestamp()
public List<ScenarioExecutionDTO> getScenarioExecutions()
Copyright © 2020. All rights reserved.