Class Parameter

java.lang.Object
org.apache.nifi.parameter.Parameter

public class Parameter extends Object
  • Field Details

    • descriptor

      private final ParameterDescriptor descriptor
    • value

      private final String value
    • parameterContextId

      private final String parameterContextId
    • provided

      private final boolean provided
  • Constructor Details

  • Method Details

    • getDescriptor

      public ParameterDescriptor getDescriptor()
    • getValue

      public String getValue()
    • getParameterContextId

      public String getParameterContextId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isProvided

      public boolean isProvided()
      Returns:
      True if this parameter is provided by a ParameterProvider.