Class VwDiagnosticDataJob

java.lang.Object
com.cloudera.cdp.dw.model.VwDiagnosticDataJob

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class VwDiagnosticDataJob extends Object
Represents a Diagnostic Data Job.
  • Constructor Details

    • VwDiagnosticDataJob

      public VwDiagnosticDataJob()
  • Method Details

    • 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. If the request is for download, this URL points to download location.
    • setUrl

      public void setUrl(String url)
      Setter for url. If the request is for download, this URL points to download location.
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object