Class DeleteDbcDiagnosticDataJobRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:57.248-07:00")
    public class DeleteDbcDiagnosticDataJobRequest
    extends Object
    Request object for the deleteDbcDiagnosticDataJobRequest method.
    • Constructor Detail

      • DeleteDbcDiagnosticDataJobRequest

        public DeleteDbcDiagnosticDataJobRequest()
    • Method Detail

      • getClusterId

        public String getClusterId()
        Getter for clusterId. ID of cluster.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. ID of cluster.
      • getDbcId

        public String getDbcId()
        Getter for dbcId. ID of the Database Catalog.
      • setDbcId

        public void setDbcId​(String dbcId)
        Setter for dbcId. ID of the Database Catalog.
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object