public class ComponentValidationResultDTO extends AffectedComponentDTO
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
currentlyValid |
private Collection<String> |
resultantValidationErrors |
private Boolean |
resultsValid |
COMPONENT_TYPE_CONTROLLER_SERVICE, COMPONENT_TYPE_INPUT_PORT, COMPONENT_TYPE_OUTPUT_PORT, COMPONENT_TYPE_PROCESSOR, COMPONENT_TYPE_REMOTE_INPUT_PORT, COMPONENT_TYPE_REMOTE_OUTPUT_PORT| Constructor and Description |
|---|
ComponentValidationResultDTO() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCurrentlyValid() |
Collection<String> |
getResultantValidationErrors() |
Boolean |
getResultsValid() |
void |
setCurrentlyValid(Boolean currentlyValid) |
void |
setResultantValidationErrors(Collection<String> resultantValidationErrors) |
void |
setResultsValid(Boolean resultsValid) |
getActiveThreadCount, getId, getName, getProcessGroupId, getReferenceType, getState, getValidationErrors, setActiveThreadCount, setId, setName, setProcessGroupId, setReferenceType, setState, setValidationErrors, toStringprivate Boolean currentlyValid
private Boolean resultsValid
private Collection<String> resultantValidationErrors
public Boolean getCurrentlyValid()
public void setCurrentlyValid(Boolean currentlyValid)
public Boolean getResultsValid()
public void setResultsValid(Boolean resultsValid)
public Collection<String> getResultantValidationErrors()
public void setResultantValidationErrors(Collection<String> resultantValidationErrors)
Copyright © 2023 Apache NiFi Project. All rights reserved.