Class PropertyDependency
java.lang.Object
org.apache.nifi.api.toolkit.model.PropertyDependency
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class PropertyDependency
extends Object
PropertyDependency
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDependentValuesItem
(String dependentValuesItem) dependentValues
(List<String> dependentValues) boolean
The values that satisfy the dependencyThe name of the property that is depended uponThe name of the property that is depended uponint
hashCode()
propertyDisplayName
(String propertyDisplayName) propertyName
(String propertyName) void
setDependentValues
(List<String> dependentValues) void
setPropertyDisplayName
(String propertyDisplayName) void
setPropertyName
(String propertyName) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
propertyName
-
propertyDisplayName
-
dependentValues
-
-
Constructor Details
-
PropertyDependency
public PropertyDependency()
-
-
Method Details
-
propertyName
-
getPropertyName
The name of the property that is depended upon- Returns:
- propertyName
-
setPropertyName
-
propertyDisplayName
-
getPropertyDisplayName
The name of the property that is depended upon- Returns:
- propertyDisplayName
-
setPropertyDisplayName
-
dependentValues
-
addDependentValuesItem
-
getDependentValues
The values that satisfy the dependency- Returns:
- dependentValues
-
setDependentValues
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-