Class CollectDiagnosticBundleResponse


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

      • CollectDiagnosticBundleResponse

        public CollectDiagnosticBundleResponse()
    • Method Detail

      • getCommandId

        public Long getCommandId()
        Getter for commandId. ID of the diagnostic bundle collection command issued against the CM. Polling get-command-status with this command id returns the current state of the command.
      • setCommandId

        public void setCommandId​(Long commandId)
        Setter for commandId. ID of the diagnostic bundle collection command issued against the CM. Polling get-command-status with this command id returns the current state of the command.
      • getName

        public String getName()
        Getter for name. Name of the policy.
      • setName

        public void setName​(String name)
        Setter for name. Name of the policy.
      • getActive

        public Boolean getActive()
        Getter for active. Whether the diagnostic bundle command is active.
      • setActive

        public void setActive​(Boolean active)
        Setter for active. Whether the diagnostic bundle command is active.
      • getStartTime

        public String getStartTime()
        Getter for startTime. Start time of the diagnostic bundle collection command.
      • setStartTime

        public void setStartTime​(String startTime)
        Setter for startTime. Start time of the diagnostic bundle collection command.
      • getResultMessage

        public String getResultMessage()
        Getter for resultMessage. Diagnostic bundle collection command result message.
      • setResultMessage

        public void setResultMessage​(String resultMessage)
        Setter for resultMessage. Diagnostic bundle collection command result message.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object