Class DownloadDiagnosticBundleRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.DownloadDiagnosticBundleRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.297-07:00")
public class DownloadDiagnosticBundleRequest
extends Object
Request to download the diagnostic bundle for the given cluster and command id.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.Getter for commandId.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setCommandId
(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
-