public class ExecutionReport extends Object
| Constructor and Description |
|---|
ExecutionReport() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CollectorReport> |
getCollectorReports() |
GenericInfos |
getGenericInformations() |
String |
getStartingScope() |
void |
setCollectorReports(ArrayList<CollectorReport> collectorReports) |
void |
setGenericInformations(GenericInfos genericInformations) |
void |
setStartingScope(String startingScope) |
public GenericInfos getGenericInformations()
public void setGenericInformations(GenericInfos genericInformations)
public String getStartingScope()
public void setStartingScope(String startingScope)
public ArrayList<CollectorReport> getCollectorReports()
public void setCollectorReports(ArrayList<CollectorReport> collectorReports)
Copyright © 2020. All Rights Reserved.