public class FlowComparisonEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Set<ComponentDifferenceDTO> |
componentDifferences |
| Constructor and Description |
|---|
FlowComparisonEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<ComponentDifferenceDTO> |
getComponentDifferences() |
void |
setComponentDifferences(Set<ComponentDifferenceDTO> componentDifferences) |
private Set<ComponentDifferenceDTO> componentDifferences
public Set<ComponentDifferenceDTO> getComponentDifferences()
public void setComponentDifferences(Set<ComponentDifferenceDTO> componentDifferences)
Copyright © 2023 Apache NiFi Project. All rights reserved.