Class DownloadDiagnosticBundleRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class DownloadDiagnosticBundleRequest
    extends Object
    Request to download the diagnostic bundle for the given cluster and command id.
    • Constructor Detail

      • DownloadDiagnosticBundleRequest

        public DownloadDiagnosticBundleRequest()
    • Method Detail

      • getClusterCrn

        public String getClusterCrn()
        Getter for clusterCrn. The CRN of the target cluster.
      • setClusterCrn

        public void setClusterCrn​(String clusterCrn)
        Setter for clusterCrn. The CRN of the target cluster.
      • getCommandId

        public String getCommandId()
        Getter for commandId. The command ID from the response of collect-diagnostic-bundle command.
      • setCommandId

        public void setCommandId​(String commandId)
        Setter for commandId. The command ID from the response of collect-diagnostic-bundle command.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object