public class ComponentHistoryEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private ComponentHistoryDTO |
componentHistory |
| Constructor and Description |
|---|
ComponentHistoryEntity() |
| Modifier and Type | Method and Description |
|---|---|
ComponentHistoryDTO |
getComponentHistory()
The ComponentHistoryDTO that is being serialized.
|
void |
setComponentHistory(ComponentHistoryDTO componentHistory) |
private ComponentHistoryDTO componentHistory
public ComponentHistoryDTO getComponentHistory()
public void setComponentHistory(ComponentHistoryDTO componentHistory)
Copyright © 2023 Apache NiFi Project. All rights reserved.