Class DbcDiagnosticDataJob


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class DbcDiagnosticDataJob
    extends Object
    Represents a Diagnostic Data Job
    • Constructor Detail

      • DbcDiagnosticDataJob

        public DbcDiagnosticDataJob()
    • Method Detail

      • getJobId

        public String getJobId()
        Getter for jobId. The unique identifier of the Diagnostic Data Job.
      • setJobId

        public void setJobId​(String jobId)
        Setter for jobId. The unique identifier of the Diagnostic Data Job.
      • getStartTime

        public ZonedDateTime getStartTime()
        Getter for startTime. The start time of the Diagnostic Data Job.
      • setStartTime

        public void setStartTime​(ZonedDateTime startTime)
        Setter for startTime. The start time of the Diagnostic Data Job.
      • getEndTime

        public ZonedDateTime getEndTime()
        Getter for endTime. The finish time of the Diagnostic Data Job.
      • setEndTime

        public void setEndTime​(ZonedDateTime endTime)
        Setter for endTime. The finish time of the Diagnostic Data Job.
      • getUrl

        public String getUrl()
        Getter for url. This URL points to a download location if the destination is DOWNLOAD.
      • setUrl

        public void setUrl​(String url)
        Setter for url. This URL points to a download location if the destination is DOWNLOAD.
      • getStatus

        public String getStatus()
        Getter for status. The job status.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The job status.
      • getLabels

        public Map<String,​String> getLabels()
        Getter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job.
      • setLabels

        public void setLabels​(Map<String,​String> labels)
        Setter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object