java.lang.Object
org.apache.nifi.components.ValidationResult
Immutable - thread safe
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValidationResult
-
-
Method Details
-
isValid
public boolean isValid()- Returns:
- true if current result is valid; false otherwise
-
getInput
- Returns:
- this input value that was tested for validity
-
getExplanation
- Returns:
- an explanation of the validation result
-
getSubject
- Returns:
- the item being validated
-
hashCode
public int hashCode() -
equals
-
toString
-