@GenerateDto(dtoPackage="net.datenwerke.scheduler.client.scheduler.dto.history") public class ActionEntry extends java.lang.Object
Constructor and Description |
---|
ActionEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addHistoryProperty(HistoryEntryProperty historyProperty) |
void |
addHistoryProperty(java.lang.String key,
java.lang.String value) |
java.lang.String |
getActionName() |
java.lang.String |
getErrorDescription() |
java.util.Set<HistoryEntryProperty> |
getHistoryProperties() |
java.lang.Long |
getId() |
Outcome |
getOutcome() |
java.lang.Long |
getVersion() |
void |
setActionName(java.lang.String actionName) |
void |
setErrorDescription(java.lang.String description) |
void |
setHistoryProperties(java.util.Set<HistoryEntryProperty> historyProperties) |
void |
setId(java.lang.Long id) |
void |
setOutcome(Outcome outcome) |
void |
setVersion(java.lang.Long version) |
public java.lang.Long getVersion()
public void setVersion(java.lang.Long version)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setOutcome(Outcome outcome)
public Outcome getOutcome()
public void setHistoryProperties(java.util.Set<HistoryEntryProperty> historyProperties)
public void addHistoryProperty(java.lang.String key, java.lang.String value)
public void addHistoryProperty(HistoryEntryProperty historyProperty)
public java.util.Set<HistoryEntryProperty> getHistoryProperties()
public void setErrorDescription(java.lang.String description)
public java.lang.String getErrorDescription()
public void setActionName(java.lang.String actionName)
public java.lang.String getActionName()