Class SummaryInfo
java.lang.Object
com.inet.taskplanner.server.api.common.SummaryInfo
- Direct Known Subclasses:
JobSummaryInfo
A summary information is a details summary of what is configured in the e.g. trigger or job. The list consists of
SummaryEntry instances.
- Since:
- taskplanner 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of summary entriesvoid
setEntries
(List<SummaryEntry> entries) Sets the list of summary entries
-
Constructor Details
-
SummaryInfo
Create the summary information- Parameters:
entries
- the summary entries that describe what is configured- Since:
- taskplanner 3.0
-
-
Method Details
-
getEntries
Returns the list of summary entries- Returns:
- the list of summary entries
- Since:
- taskplanner 3.0
-
setEntries
Sets the list of summary entries- Parameters:
entries
- the list of summary entries- Since:
- taskplanner 3.0
-