Package com.cloudera.cdp.dw.model
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 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
-
VwDiagnosticDataJob
public VwDiagnosticDataJob()
-
-
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. If the request is for download, this URL points to download location. -
setUrl
Setter for url. If the request is for download, this URL points to download location. -
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
-