public class ComponentHistoryDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
componentId |
private Map<String,PropertyHistoryDTO> |
propertyHistory |
| Constructor and Description |
|---|
ComponentHistoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId() |
Map<String,PropertyHistoryDTO> |
getPropertyHistory() |
void |
setComponentId(String componentId) |
void |
setPropertyHistory(Map<String,PropertyHistoryDTO> propertyHistory) |
private String componentId
private Map<String,PropertyHistoryDTO> propertyHistory
public String getComponentId()
public void setComponentId(String componentId)
public Map<String,PropertyHistoryDTO> getPropertyHistory()
public void setPropertyHistory(Map<String,PropertyHistoryDTO> propertyHistory)
Copyright © 2023 Apache NiFi Project. All rights reserved.