Class GetConnectorTestJob

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:41.156-07:00") public class GetConnectorTestJob extends Object
Test connector job details.
  • Constructor Details

    • GetConnectorTestJob

      public GetConnectorTestJob()
  • Method Details

    • getJobId

      public String getJobId()
      Getter for jobId. The ID of the test job.
    • setJobId

      public void setJobId(String jobId)
      Setter for jobId. The ID of the test job.
    • getJobStartTime

      public ZonedDateTime getJobStartTime()
      Getter for jobStartTime. The start time of the test job.
    • setJobStartTime

      public void setJobStartTime(ZonedDateTime jobStartTime)
      Setter for jobStartTime. The start time of the test job.
    • getJobFinishTime

      public ZonedDateTime getJobFinishTime()
      Getter for jobFinishTime. The finish time of the test job.
    • setJobFinishTime

      public void setJobFinishTime(ZonedDateTime jobFinishTime)
      Setter for jobFinishTime. The finish time of the test job.
    • getOutputLog

      public String getOutputLog()
      Getter for outputLog. The output log of the test job.
    • setOutputLog

      public void setOutputLog(String outputLog)
      Setter for outputLog. The output log of the test job.
    • getStatus

      public String getStatus()
      Getter for status. Represents the possible status values of a test connector job.
    • setStatus

      public void setStatus(String status)
      Setter for status. Represents the possible status values of a test connector job.
    • getLabels

      public Map<String,String> getLabels()
      Getter for labels. Additional key-value pair attributes associated with the test connector job.
    • setLabels

      public void setLabels(Map<String,String> labels)
      Setter for labels. Additional key-value pair attributes associated with the test connector 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