public class PropertyDependencyDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
dependentValues |
private String |
propertyName |
| Constructor and Description |
|---|
PropertyDependencyDTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDependentValues() |
String |
getPropertyName() |
void |
setDependentValues(Set<String> dependentValues) |
void |
setPropertyName(String propertyName) |
private String propertyName
Copyright © 2023 Apache NiFi Project. All rights reserved.