Class ActionEntry
java.lang.Object
net.datenwerke.scheduler.service.scheduler.entities.history.ActionEntry
- 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 ActionEntry
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHistoryProperty(String key, String value) voidaddHistoryProperty(HistoryEntryProperty historyProperty) getId()voidsetActionName(String actionName) voidsetErrorDescription(String description) voidsetHistoryProperties(Set<HistoryEntryProperty> historyProperties) voidvoidsetOutcome(Outcome outcome) voidsetVersion(Long version)
-
Constructor Details
-
ActionEntry
public ActionEntry()
-
-
Method Details
-
getVersion
-
setVersion
-
getId
-
setId
-
setOutcome
-
getOutcome
-
setHistoryProperties
-
addHistoryProperty
-
addHistoryProperty
-
getHistoryProperties
-
setErrorDescription
-
getErrorDescription
-
setActionName
-
getActionName
-