Package com.cloudera.cdp.dw.model
Class DeleteVwDiagnosticDataJobRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.DeleteVwDiagnosticDataJobRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:51.717-07:00") public class DeleteVwDiagnosticDataJobRequest extends Object
Request object for the deleteVwDiagnosticDataJobRequest method.
-
-
Constructor Summary
Constructors Constructor Description DeleteVwDiagnosticDataJobRequest()
-
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.String
getVwId()
Getter for vwId.int
hashCode()
void
setClusterId(String clusterId)
Setter for clusterId.void
setJobId(String jobId)
Setter for jobId.void
setVwId(String vwId)
Setter for vwId.String
toString()
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
Getter for clusterId. ID of cluster.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. ID of cluster.
-
getVwId
public String getVwId()
Getter for vwId. ID of the Virtual Warehouse.
-
setVwId
public void setVwId(String vwId)
Setter for vwId. ID of the Virtual Warehouse.
-
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.
-
-