Class DatahubDiagnosticsCollectionResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class DatahubDiagnosticsCollectionResponse
    extends CdpResponse
    Response object for diagnostic collection flow details.
    • Constructor Detail

      • DatahubDiagnosticsCollectionResponse

        public DatahubDiagnosticsCollectionResponse()
    • Method Detail

      • 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).
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object