Class DatahubDiagnosticsCollectionResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.DatahubDiagnosticsCollectionResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class DatahubDiagnosticsCollectionResponse extends CdpResponse
Response object for diagnostic collection flow details.
  • Constructor Details

    • DatahubDiagnosticsCollectionResponse

      public DatahubDiagnosticsCollectionResponse()
  • Method Details

    • getStatus

      public String getStatus()
      Getter for status. Status of the diagnostics collection flow.
    • setStatus

      public void setStatus(String status)
      Setter for status. Status of the diagnostics collection flow.
    • getFlowId

      public String getFlowId()
      Getter for flowId. Flow ID of the diagnostics collection flow.
    • setFlowId

      public void setFlowId(String flowId)
      Setter for flowId. Flow ID of the diagnostics collection flow.
    • getFlowState

      public String getFlowState()
      Getter for flowState. Current state of the diagnostics collection flow.
    • setFlowState

      public void setFlowState(String flowState)
      Setter for flowState. Current state of the diagnostics collection flow.
    • getCreated

      public ZonedDateTime getCreated()
      Getter for created. Creation date of the diagnostics collection flow.
    • setCreated

      public void setCreated(ZonedDateTime created)
      Setter for created. Creation date of the diagnostics collection flow.
    • getProgressPercentage

      public Integer getProgressPercentage()
      Getter for progressPercentage. Progress percentage of the diagnostics collection flow (maximum value if finished).
    • setProgressPercentage

      public void setProgressPercentage(Integer progressPercentage)
      Setter for progressPercentage. Progress percentage of the diagnostics collection flow (maximum value if finished).
    • getCollectionDetails

      public DatahubDiagnosticsCollectionDetailsResponse getCollectionDetails()
      Getter for collectionDetails. Additional details about the diagnostics collection.
    • setCollectionDetails

      public void setCollectionDetails(DatahubDiagnosticsCollectionDetailsResponse collectionDetails)
      Setter for collectionDetails. Additional details about the diagnostics collection.
    • 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