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 Details

    • ActionEntry

      public ActionEntry()
  • Method Details

    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setOutcome

      public void setOutcome(Outcome outcome)
    • getOutcome

      public Outcome getOutcome()
    • setHistoryProperties

      public void setHistoryProperties(Set<HistoryEntryProperty> historyProperties)
    • addHistoryProperty

      public void addHistoryProperty(String key, String value)
    • addHistoryProperty

      public void addHistoryProperty(HistoryEntryProperty historyProperty)
    • getHistoryProperties

      public Set<HistoryEntryProperty> getHistoryProperties()
    • setErrorDescription

      public void setErrorDescription(String description)
    • getErrorDescription

      public String getErrorDescription()
    • setActionName

      public void setActionName(String actionName)
    • getActionName

      public String getActionName()