Class AffectedComponentDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.AffectedComponentDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class AffectedComponentDTO extends Object
AffectedComponentDTO
  • Field Details

  • Constructor Details

    • AffectedComponentDTO

      public AffectedComponentDTO()
  • Method Details

    • processGroupId

      public AffectedComponentDTO processGroupId(String processGroupId)
    • getProcessGroupId

      public String getProcessGroupId()
      The UUID of the Process Group that this component is in
      Returns:
      processGroupId
    • setProcessGroupId

      public void setProcessGroupId(String processGroupId)
    • id

      public AffectedComponentDTO id(String id)
    • getId

      public String getId()
      The UUID of this component
      Returns:
      id
    • setId

      public void setId(String id)
    • referenceType

      public AffectedComponentDTO referenceType(AffectedComponentDTO.ReferenceTypeEnum referenceType)
    • getReferenceType

      public AffectedComponentDTO.ReferenceTypeEnum getReferenceType()
      The type of this component
      Returns:
      referenceType
    • setReferenceType

      public void setReferenceType(AffectedComponentDTO.ReferenceTypeEnum referenceType)
    • name

      public AffectedComponentDTO name(String name)
    • getName

      public String getName()
      The name of this component.
      Returns:
      name
    • setName

      public void setName(String name)
    • state

      public AffectedComponentDTO state(String state)
    • getState

      public String 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

      public void setState(String state)
    • activeThreadCount

      public AffectedComponentDTO activeThreadCount(Integer activeThreadCount)
    • getActiveThreadCount

      public Integer getActiveThreadCount()
      The number of active threads for the referencing component.
      Returns:
      activeThreadCount
    • setActiveThreadCount

      public void setActiveThreadCount(Integer activeThreadCount)
    • validationErrors

      public AffectedComponentDTO validationErrors(List<String> validationErrors)
    • addValidationErrorsItem

      public AffectedComponentDTO addValidationErrorsItem(String validationErrorsItem)
    • getValidationErrors

      public List<String> getValidationErrors()
      The validation errors for the component.
      Returns:
      validationErrors
    • setValidationErrors

      public void setValidationErrors(List<String> validationErrors)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).