Package com.cloudera.cdp.dw.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for jobFinishTime.getJobId()Getter for jobId.Getter for jobStartTime.Getter for labels.Getter for outputLog.Getter for status.inthashCode()voidsetJobFinishTime(ZonedDateTime jobFinishTime) Setter for jobFinishTime.voidSetter for jobId.voidsetJobStartTime(ZonedDateTime jobStartTime) Setter for jobStartTime.voidSetter for labels.voidsetOutputLog(String outputLog) Setter for outputLog.voidSetter for status.toString()
-
Constructor Details
-
GetConnectorTestJob
public GetConnectorTestJob()
-
-
Method Details
-
getJobId
Getter for jobId. The ID of the test job. -
setJobId
Setter for jobId. The ID of the test job. -
getJobStartTime
Getter for jobStartTime. The start time of the test job. -
setJobStartTime
Setter for jobStartTime. The start time of the test job. -
getJobFinishTime
Getter for jobFinishTime. The finish time of the test job. -
setJobFinishTime
Setter for jobFinishTime. The finish time of the test job. -
getOutputLog
Getter for outputLog. The output log of the test job. -
setOutputLog
Setter for outputLog. The output log of the test job. -
getStatus
Getter for status. Represents the possible status values of a test connector job. -
setStatus
Setter for status. Represents the possible status values of a test connector job. -
getLabels
Getter for labels. Additional key-value pair attributes associated with the test connector job. -
setLabels
Setter for labels. Additional key-value pair attributes associated with the test connector job. -
equals
-
hashCode
public int hashCode() -
toString
-