public class PropertyDependency extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
dependentValues |
private String |
propertyDisplayName |
private String |
propertyName |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PropertyDependency() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDependentValues() |
String |
getPropertyDisplayName() |
String |
getPropertyName() |
void |
setDependentValues(List<String> dependentValues) |
void |
setPropertyDisplayName(String propertyDisplayName) |
void |
setPropertyName(String propertyName) |
private static final long serialVersionUID
private String propertyName
private String propertyDisplayName
Copyright © 2023 Apache NiFi Project. All rights reserved.