Package com.cloudera.cdp.dw.model
Class DeleteClusterDiagnosticDataJobRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.DeleteClusterDiagnosticDataJobRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class DeleteClusterDiagnosticDataJobRequest extends Object
Request object for the deleteClusterDiagnosticDataJob method.
-
-
Constructor Summary
Constructors Constructor Description DeleteClusterDiagnosticDataJobRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
Getter for clusterId.String
getJobId()
Getter for jobId.int
hashCode()
void
setClusterId(String clusterId)
Setter for clusterId.void
setJobId(String jobId)
Setter for jobId.String
toString()
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
Getter for clusterId. ID of the Cluster.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. ID of the Cluster.
-
getJobId
public String getJobId()
Getter for jobId. ID of the diagnostic job.
-
setJobId
public void setJobId(String jobId)
Setter for jobId. ID of the diagnostic job.
-
-