public class ScenarioExecutionDTO extends Object
Constructor and Description |
---|
ScenarioExecutionDTO(String scenarioExecutionId,
String technology,
String phase,
String scenarioName,
List<String> connections)
Instantiates a new Scenario execution dto.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getConnections()
Gets connections.
|
String |
getPhase()
Gets phase.
|
String |
getScenarioExecutionId()
Gets scenario execution id.
|
String |
getScenarioName()
Gets scenario name.
|
String |
getTechnology()
Gets technology.
|
public ScenarioExecutionDTO(String scenarioExecutionId, String technology, String phase, String scenarioName, List<String> connections)
scenarioExecutionId
- Execution ID of the scenariotechnology
- Technology parameter of the scenariophase
- Phase to which the scenario belongsscenarioName
- Qualified name of the scenarioconnections
- Connections used during this scenario executionpublic String getScenarioExecutionId()
public String getTechnology()
public String getPhase()
public String getScenarioName()
Copyright © 2020. All rights reserved.