Class ProcessGroupReplaceRequestDTO

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

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

    • requestId

      private String requestId
    • processGroupId

      private String processGroupId
    • uri

      private String uri
    • lastUpdated

      private String lastUpdated
    • complete

      private Boolean complete
    • failureReason

      private String failureReason
    • percentCompleted

      private Integer percentCompleted
    • state

      private String state
  • Constructor Details

    • ProcessGroupReplaceRequestDTO

      public ProcessGroupReplaceRequestDTO()
  • Method Details

    • getRequestId

      public String getRequestId()
      The unique ID of this request.
      Returns:
      requestId
    • processGroupId

      public ProcessGroupReplaceRequestDTO processGroupId(String processGroupId)
    • getProcessGroupId

      public String getProcessGroupId()
      The unique ID of the Process Group being updated
      Returns:
      processGroupId
    • setProcessGroupId

      public void setProcessGroupId(String processGroupId)
    • getUri

      public String getUri()
      The URI for future requests to this drop request.
      Returns:
      uri
    • getLastUpdated

      public String getLastUpdated()
      The last time this request was updated.
      Returns:
      lastUpdated
    • isComplete

      public Boolean isComplete()
      Whether or not this request has completed
      Returns:
      complete
    • getFailureReason

      public String getFailureReason()
      An explanation of why this request failed, or null if this request has not failed
      Returns:
      failureReason
    • getPercentCompleted

      public Integer getPercentCompleted()
      The percentage complete for the request, between 0 and 100
      Returns:
      percentCompleted
    • getState

      public String getState()
      The state of the request
      Returns:
      state
    • 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).