Package com.cloudera.cdp.dw.model
Class CreateVwDiagnosticDataJobRequest
java.lang.Object
com.cloudera.cdp.dw.model.CreateVwDiagnosticDataJobRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class CreateVwDiagnosticDataJobRequest
extends Object
Request object for the createVwDiagnosticDataJob method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for bundleMetadata.Getter for caseNumber.Getter for clusterId.Getter for destination.Getter for endTime.getForce()
Getter for force.Getter for hiveDownloadOptions.Getter for impalaDownloadOptions.Getter for startTime.getVwId()
Getter for vwId.int
hashCode()
void
setBundleMetadata
(Map<String, String> bundleMetadata) Setter for bundleMetadata.void
setCaseNumber
(String caseNumber) Setter for caseNumber.void
setClusterId
(String clusterId) Setter for clusterId.void
setDestination
(String destination) Setter for destination.void
setEndTime
(ZonedDateTime endTime) Setter for endTime.void
Setter for force.void
setHiveDownloadOptions
(HiveCreateDiagnosticDataDownloadOptions hiveDownloadOptions) Setter for hiveDownloadOptions.void
setImpalaDownloadOptions
(ImpalaCreateDiagnosticDataDownloadOptions impalaDownloadOptions) Setter for impalaDownloadOptions.void
setStartTime
(ZonedDateTime startTime) Setter for startTime.void
Setter for vwId.toString()
-
Constructor Details
-
CreateVwDiagnosticDataJobRequest
public CreateVwDiagnosticDataJobRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of cluster. -
setClusterId
Setter for clusterId. ID of cluster. -
getVwId
Getter for vwId. ID of the Virtual Warehouse. -
setVwId
Setter for vwId. ID of the Virtual Warehouse. -
getDestination
Getter for destination. Destination of the diagnostics collection. -
setDestination
Setter for destination. Destination of the diagnostics collection. -
getStartTime
Getter for startTime. The resulting bundle will contain logs/metrics after the specified start time. If not indicated, then 30 minutes ago from now is taken as the start time. -
setStartTime
Setter for startTime. The resulting bundle will contain logs/metrics after the specified start time. If not indicated, then 30 minutes ago from now is taken as the start time. -
getEndTime
Getter for endTime. The resulting bundle will contain logs/metrics before the specified end time. If not indicated, then the current time is taken as the end time. -
setEndTime
Setter for endTime. The resulting bundle will contain logs/metrics before the specified end time. If not indicated, then the current time is taken as the end time. -
getCaseNumber
Getter for caseNumber. Optional support case number in case of UPLOAD_TO_CLOUDERA destination, otherwise only act as additional data. -
setCaseNumber
Setter for caseNumber. Optional support case number in case of UPLOAD_TO_CLOUDERA destination, otherwise only act as additional data. -
getBundleMetadata
Getter for bundleMetadata. Additional user-defined metadata information which is attached to resulting bundle-info.json when posting the bundle. -
setBundleMetadata
Setter for bundleMetadata. Additional user-defined metadata information which is attached to resulting bundle-info.json when posting the bundle. -
getForce
Getter for force. Forced recreation of the diagnostic job. -
setForce
Setter for force. Forced recreation of the diagnostic job. -
getHiveDownloadOptions
Getter for hiveDownloadOptions. Hive diagnostic options. If not provided, everything will be included into the Diagnostic Data. -
setHiveDownloadOptions
Setter for hiveDownloadOptions. Hive diagnostic options. If not provided, everything will be included into the Diagnostic Data. -
getImpalaDownloadOptions
Getter for impalaDownloadOptions. Impala diagnostic options. If not provided, everything will be included into the Diagnostic Data. -
setImpalaDownloadOptions
public void setImpalaDownloadOptions(ImpalaCreateDiagnosticDataDownloadOptions impalaDownloadOptions) Setter for impalaDownloadOptions. Impala diagnostic options. If not provided, everything will be included into the Diagnostic Data. -
equals
-
hashCode
public int hashCode() -
toString
-