Package com.cloudera.cdp.dw.model
Class DbcDiagnosticDataJob
java.lang.Object
com.cloudera.cdp.dw.model.DbcDiagnosticDataJob
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class DbcDiagnosticDataJob
extends Object
Represents a Diagnostic Data Job
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for endTime.getJobId()
Getter for jobId.Getter for labels.Getter for startTime.Getter for status.getUrl()
Getter for url.int
hashCode()
void
setEndTime
(ZonedDateTime endTime) Setter for endTime.void
Setter for jobId.void
Setter for labels.void
setStartTime
(ZonedDateTime startTime) Setter for startTime.void
Setter for status.void
Setter for url.toString()
-
Constructor Details
-
DbcDiagnosticDataJob
public DbcDiagnosticDataJob()
-
-
Method Details
-
getJobId
Getter for jobId. The unique identifier of the Diagnostic Data Job. -
setJobId
Setter for jobId. The unique identifier of the Diagnostic Data Job. -
getStartTime
Getter for startTime. The start time of the Diagnostic Data Job. -
setStartTime
Setter for startTime. The start time of the Diagnostic Data Job. -
getEndTime
Getter for endTime. The finish time of the Diagnostic Data Job. -
setEndTime
Setter for endTime. The finish time of the Diagnostic Data Job. -
getUrl
Getter for url. This URL points to a download location if the destination is DOWNLOAD. -
setUrl
Setter for url. This URL points to a download location if the destination is DOWNLOAD. -
getStatus
Getter for status. The job status. -
setStatus
Setter for status. The job status. -
getLabels
Getter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job. -
setLabels
Setter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job. -
equals
-
hashCode
public int hashCode() -
toString
-