Class ComponentValidationResultDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ComponentValidationResultDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ComponentValidationResultDTO
extends Object
ComponentValidationResultDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of this component -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) addResultantValidationErrorsItem
(String resultantValidationErrorsItem) addValidationErrorsItem
(String validationErrorsItem) currentlyValid
(Boolean currentlyValid) boolean
The number of active threads for the referencing component.getId()
The UUID of this componentgetName()
The name of this component.The UUID of the Process Group that this component is inThe type of this componentThe validation errors that will apply to the component if the Parameter Context is changedgetState()
The scheduled state of a processor or reporting task referencing a controller service.The validation errors for the component.int
hashCode()
Whether or not the component is currently validWhether or not the component will be valid if the Parameter Context is changedprocessGroupId
(String processGroupId) referenceType
(ComponentValidationResultDTO.ReferenceTypeEnum referenceType) resultantValidationErrors
(List<String> resultantValidationErrors) resultsValid
(Boolean resultsValid) void
setActiveThreadCount
(Integer activeThreadCount) void
setCurrentlyValid
(Boolean currentlyValid) void
void
void
setProcessGroupId
(String processGroupId) void
setReferenceType
(ComponentValidationResultDTO.ReferenceTypeEnum referenceType) void
setResultantValidationErrors
(List<String> resultantValidationErrors) void
setResultsValid
(Boolean resultsValid) void
void
setValidationErrors
(List<String> validationErrors) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
validationErrors
(List<String> validationErrors)
-
Field Details
-
processGroupId
-
id
-
referenceType
-
name
-
state
-
activeThreadCount
-
validationErrors
-
currentlyValid
-
resultsValid
-
resultantValidationErrors
-
-
Constructor Details
-
ComponentValidationResultDTO
public ComponentValidationResultDTO()
-
-
Method Details
-
processGroupId
-
getProcessGroupId
The UUID of the Process Group that this component is in- Returns:
- processGroupId
-
setProcessGroupId
-
id
-
getId
The UUID of this component- Returns:
- id
-
setId
-
referenceType
public ComponentValidationResultDTO referenceType(ComponentValidationResultDTO.ReferenceTypeEnum referenceType) -
getReferenceType
The type of this component- Returns:
- referenceType
-
setReferenceType
-
name
-
getName
The name of this component.- Returns:
- name
-
setName
-
state
-
getState
The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state.- Returns:
- state
-
setState
-
activeThreadCount
-
getActiveThreadCount
The number of active threads for the referencing component.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
validationErrors
-
addValidationErrorsItem
-
getValidationErrors
The validation errors for the component.- Returns:
- validationErrors
-
setValidationErrors
-
currentlyValid
-
isCurrentlyValid
Whether or not the component is currently valid- Returns:
- currentlyValid
-
setCurrentlyValid
-
resultsValid
-
isResultsValid
Whether or not the component will be valid if the Parameter Context is changed- Returns:
- resultsValid
-
setResultsValid
-
resultantValidationErrors
public ComponentValidationResultDTO resultantValidationErrors(List<String> resultantValidationErrors) -
addResultantValidationErrorsItem
public ComponentValidationResultDTO addResultantValidationErrorsItem(String resultantValidationErrorsItem) -
getResultantValidationErrors
The validation errors that will apply to the component if the Parameter Context is changed- Returns:
- resultantValidationErrors
-
setResultantValidationErrors
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-