public class Dependency extends Object
| Modifier and Type | Field and Description |
|---|---|
private DependentValues |
dependentValues |
private String |
propertyDisplayName |
private String |
propertyName |
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
DependentValues |
getDependentValues() |
String |
getPropertyDisplayName() |
String |
getPropertyName() |
void |
setDependentValues(DependentValues dependentValues) |
void |
setPropertyDisplayName(String propertyDisplayName) |
void |
setPropertyName(String propertyName) |
private String propertyName
private String propertyDisplayName
private DependentValues dependentValues
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getPropertyDisplayName()
public void setPropertyDisplayName(String propertyDisplayName)
public DependentValues getDependentValues()
public void setDependentValues(DependentValues dependentValues)
Copyright © 2023 Apache NiFi Project. All rights reserved.