Class AnalyzeFlowRequestDTO

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

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

  • Constructor Details

    • AnalyzeFlowRequestDTO

      public AnalyzeFlowRequestDTO()
  • 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<AnalyzeFlowRequestUpdateStepDTO> getUpdateSteps()
      The steps that are required in order to complete the request, along with the status of each
      Returns:
      updateSteps
    • processGroupId

      public AnalyzeFlowRequestDTO processGroupId(String processGroupId)
    • getProcessGroupId

      public String getProcessGroupId()
      The id of the process group representing (a part of) the flow to be analyzed.
      Returns:
      processGroupId
    • setProcessGroupId

      public void setProcessGroupId(String processGroupId)
    • 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).