public class HistoryEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private HistoryDTO |
history |
| Constructor and Description |
|---|
HistoryEntity() |
| Modifier and Type | Method and Description |
|---|---|
HistoryDTO |
getHistory()
The HistoryDTO that is being serialized.
|
void |
setHistory(HistoryDTO history) |
private HistoryDTO history
public HistoryDTO getHistory()
public void setHistory(HistoryDTO history)
Copyright © 2023 Apache NiFi Project. All rights reserved.