Class DownloadDiagnosticBundleRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.DownloadDiagnosticBundleRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.692-07:00")
public class DownloadDiagnosticBundleRequest
extends Object
Request to download the diagnostic bundle for the given cluster and command id.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for commandId.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetCommandId(String commandId) Setter for commandId.toString()
-
Constructor Details
-
DownloadDiagnosticBundleRequest
public DownloadDiagnosticBundleRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. The CRN of the target cluster. -
setClusterCrn
Setter for clusterCrn. The CRN of the target cluster. -
getCommandId
Getter for commandId. The command ID from the response of collect-diagnostic-bundle command. -
setCommandId
Setter for commandId. The command ID from the response of collect-diagnostic-bundle command. -
equals
-
hashCode
public int hashCode() -
toString
-