public class StandardFlowDifference extends Object implements FlowDifference
| Modifier and Type | Field and Description |
|---|---|
private VersionedComponent |
componentA |
private VersionedComponent |
componentB |
private String |
description |
private Optional<String> |
fieldName |
private DifferenceType |
type |
private Object |
valueA |
private Object |
valueB |
| Constructor and Description |
|---|
StandardFlowDifference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
Object valueA,
Object valueB,
String description) |
StandardFlowDifference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
VersionedComponent |
getComponentA() |
VersionedComponent |
getComponentB() |
String |
getDescription() |
DifferenceType |
getDifferenceType() |
Optional<String> |
getFieldName() |
Object |
getValueA() |
Object |
getValueB() |
int |
hashCode() |
String |
toString() |
private final DifferenceType type
private final VersionedComponent componentA
private final VersionedComponent componentB
private final Object valueA
private final Object valueB
private final String description
public StandardFlowDifference(DifferenceType type, VersionedComponent componentA, VersionedComponent componentB, Object valueA, Object valueB, String description)
public StandardFlowDifference(DifferenceType type, VersionedComponent componentA, VersionedComponent componentB, String fieldName, Object valueA, Object valueB, String description)
public DifferenceType getDifferenceType()
getDifferenceType in interface FlowDifferencepublic VersionedComponent getComponentA()
getComponentA in interface FlowDifferencepublic VersionedComponent getComponentB()
getComponentB in interface FlowDifferencepublic Optional<String> getFieldName()
getFieldName in interface FlowDifferencepublic Object getValueA()
getValueA in interface FlowDifferencepublic Object getValueB()
getValueB in interface FlowDifferencepublic String getDescription()
getDescription in interface FlowDifferenceCopyright © 2018 Apache NiFi Project. All rights reserved.