Class ComponentDifferenceDTO

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

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

    • componentType

      private String componentType
    • componentId

      private String componentId
    • componentName

      private String componentName
    • processGroupId

      private String processGroupId
    • differences

      private List<DifferenceDTO> differences
  • Constructor Details

    • ComponentDifferenceDTO

      public ComponentDifferenceDTO()
  • Method Details

    • componentType

      public ComponentDifferenceDTO componentType(String componentType)
    • getComponentType

      public String getComponentType()
      The type of component
      Returns:
      componentType
    • setComponentType

      public void setComponentType(String componentType)
    • componentId

      public ComponentDifferenceDTO componentId(String componentId)
    • getComponentId

      public String getComponentId()
      The ID of the component
      Returns:
      componentId
    • setComponentId

      public void setComponentId(String componentId)
    • componentName

      public ComponentDifferenceDTO componentName(String componentName)
    • getComponentName

      public String getComponentName()
      The name of the component
      Returns:
      componentName
    • setComponentName

      public void setComponentName(String componentName)
    • processGroupId

      public ComponentDifferenceDTO processGroupId(String processGroupId)
    • getProcessGroupId

      public String getProcessGroupId()
      The ID of the Process Group that the component belongs to
      Returns:
      processGroupId
    • setProcessGroupId

      public void setProcessGroupId(String processGroupId)
    • differences

      public ComponentDifferenceDTO differences(List<DifferenceDTO> differences)
    • addDifferencesItem

      public ComponentDifferenceDTO addDifferencesItem(DifferenceDTO differencesItem)
    • getDifferences

      public List<DifferenceDTO> getDifferences()
      The differences in the component between the two flows
      Returns:
      differences
    • setDifferences

      public void setDifferences(List<DifferenceDTO> differences)
    • 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).