Package org.apache.nifi.parameter
Class ParameterDescriptor
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.-
Field Details
-
name
-
description
-
sensitive
private final boolean sensitive
-
-
Constructor Details
-
ParameterDescriptor
-
-
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()
-