Class ConfigurationAnalysisDTO

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

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

    • componentId

      private String componentId
    • properties

      private Map<String,String> properties
    • referencedAttributes

      private Map<String,String> referencedAttributes
    • supportsVerification

      private Boolean supportsVerification
  • Constructor Details

    • ConfigurationAnalysisDTO

      public ConfigurationAnalysisDTO()
  • Method Details

    • componentId

      public ConfigurationAnalysisDTO componentId(String componentId)
    • getComponentId

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

      public void setComponentId(String componentId)
    • properties

      public ConfigurationAnalysisDTO properties(Map<String,String> properties)
    • putPropertiesItem

      public ConfigurationAnalysisDTO putPropertiesItem(String key, String propertiesItem)
    • getProperties

      public Map<String,String> getProperties()
      The configured properties for the component
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,String> properties)
    • referencedAttributes

      public ConfigurationAnalysisDTO referencedAttributes(Map<String,String> referencedAttributes)
    • putReferencedAttributesItem

      public ConfigurationAnalysisDTO putReferencedAttributesItem(String key, String referencedAttributesItem)
    • getReferencedAttributes

      public Map<String,String> getReferencedAttributes()
      The attributes that are referenced by the properties, mapped to recently used values
      Returns:
      referencedAttributes
    • setReferencedAttributes

      public void setReferencedAttributes(Map<String,String> referencedAttributes)
    • supportsVerification

      public ConfigurationAnalysisDTO supportsVerification(Boolean supportsVerification)
    • isSupportsVerification

      public Boolean isSupportsVerification()
      Whether or not the component supports verification
      Returns:
      supportsVerification
    • setSupportsVerification

      public void setSupportsVerification(Boolean supportsVerification)
    • 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).