Class VerifyConfigRequestDTO

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

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

  • Constructor Details

    • VerifyConfigRequestDTO

      public VerifyConfigRequestDTO()
  • Method Details

    • getRequestId

      public String getRequestId()
      The ID of the request
      Returns:
      requestId
    • getUri

      public String getUri()
      The URI for the request
      Returns:
      uri
    • getSubmissionTime

      public OffsetDateTime getSubmissionTime()
      The timestamp of when the request was submitted
      Returns:
      submissionTime
    • getLastUpdated

      public OffsetDateTime getLastUpdated()
      The timestamp of when the request was last updated
      Returns:
      lastUpdated
    • isComplete

      public Boolean isComplete()
      Whether or not the request is completed
      Returns:
      complete
    • getFailureReason

      public String getFailureReason()
      The reason for the request failing, or null if the request has not failed
      Returns:
      failureReason
    • getPercentCompleted

      public Integer getPercentCompleted()
      A value between 0 and 100 (inclusive) indicating how close the request is to completion
      Returns:
      percentCompleted
    • getState

      public String getState()
      A description of the current state of the request
      Returns:
      state
    • getUpdateSteps

      public List<VerifyConfigUpdateStepDTO> getUpdateSteps()
      The steps that are required in order to complete the request, along with the status of each
      Returns:
      updateSteps
    • componentId

      public VerifyConfigRequestDTO componentId(String componentId)
    • getComponentId

      public String getComponentId()
      The ID of the component whose configuration was verified
      Returns:
      componentId
    • setComponentId

      public void setComponentId(String componentId)
    • properties

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

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

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

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

      public VerifyConfigRequestDTO attributes(Map<String,String> attributes)
    • putAttributesItem

      public VerifyConfigRequestDTO putAttributesItem(String key, String attributesItem)
    • getAttributes

      public Map<String,String> getAttributes()
      FlowFile Attributes that should be used to evaluate Expression Language for resolving property values
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
    • getResults

      public List<ConfigVerificationResultDTO> getResults()
      The Results of the verification
      Returns:
      results
    • 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).