public class StandardComparableDataFlow extends Object implements ComparableDataFlow
| Modifier and Type | Field and Description |
|---|---|
private VersionedProcessGroup |
contents |
private String |
name |
| Constructor and Description |
|---|
StandardComparableDataFlow(String name,
VersionedProcessGroup contents) |
| Modifier and Type | Method and Description |
|---|---|
VersionedProcessGroup |
getContents() |
String |
getName() |
private final String name
private final VersionedProcessGroup contents
public StandardComparableDataFlow(String name, VersionedProcessGroup contents)
public String getName()
getName in interface ComparableDataFlowpublic VersionedProcessGroup getContents()
getContents in interface ComparableDataFlowCopyright © 2018 Apache NiFi Project. All rights reserved.