public interface FlowDifference
| Modifier and Type | Method and Description |
|---|---|
VersionedComponent |
getComponentA() |
VersionedComponent |
getComponentB() |
String |
getDescription() |
DifferenceType |
getDifferenceType() |
Optional<String> |
getFieldName() |
Object |
getValueA() |
Object |
getValueB() |
DifferenceType getDifferenceType()
VersionedComponent getComponentA()
VersionedComponent getComponentB()
Object getValueA()
Object getValueB()
String getDescription()
Copyright © 2018 Apache NiFi Project. All rights reserved.