java.lang.Object
org.apache.nifi.parameter.ParameterDescriptor
An immutable class that holds information about a Parameter. Parameters are constructed through use of the
ParameterDescriptor.Builder class.-
Method Details
-
getName
- Returns:
- the name of the parameter
-
getDescription
- Returns:
- a description of the parameter
-
isSensitive
public boolean isSensitive()- Returns:
- whether or not the parameter is considered sensitive.
-
equals
-
hashCode
public int hashCode()
-