Class ExecutionLogEntry
java.lang.Object
net.datenwerke.scheduler.service.scheduler.entities.history.ExecutionLogEntry
- All Implemented Interfaces:
Comparable<ExecutionLogEntry>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.scheduler.client.scheduler.dto.history")
public class ExecutionLogEntry
extends Object
implements Comparable<ExecutionLogEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionEntry(ActionEntry actionEntry) intgetEnd()getId()getStart()voidsetActionEntries(List<ActionEntry> actionEntries) voidsetBadErrorDescription(String badErrorDescription) voidvoidvoidsetJobEntry(JobEntry jobEntry) voidsetOutcome(Outcome outcome) voidsetScheduledStart(Date scheduledStart) voidvoidsetVersion(Long version) voidsetVetoExplanation(String vetoExplanation) voidsetVetoMode(VetoJobExecutionMode vetoMode)
-
Constructor Details
-
ExecutionLogEntry
public ExecutionLogEntry()
-
-
Method Details
-
getVersion
-
setVersion
-
getId
-
setId
-
setEnd
-
getEnd
-
setStart
-
getStart
-
setOutcome
-
getOutcome
-
getJobEntry
-
setJobEntry
-
getActionEntries
-
setActionEntries
-
addActionEntry
-
getVetoExplanation
-
setVetoExplanation
-
getVetoMode
-
setVetoMode
-
setBadErrorDescription
-
getBadErrorDescription
-
setScheduledStart
-
getScheduledStart
-
compareTo
- Specified by:
compareToin interfaceComparable<ExecutionLogEntry>
-