Package com.cloudera.cdp.opdb.model
Class CollectDiagnosticsRequest
java.lang.Object
com.cloudera.cdp.opdb.model.CollectDiagnosticsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-09-09T16:18:25.330-07:00")
public class CollectDiagnosticsRequest
extends Object
Enables starting collection of the diagnostics. This is an asynchronous API and not expected to block.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for bundleSizeBytes.Getter for caseNumber.Getter for databaseName.Getter for destination.Getter for endTime.Getter for environmentName.Getter for startTime.int
hashCode()
void
setBundleSizeBytes
(Long bundleSizeBytes) Setter for bundleSizeBytes.void
setCaseNumber
(String caseNumber) Setter for caseNumber.void
setDatabaseName
(String databaseName) Setter for databaseName.void
setDestination
(String destination) Setter for destination.void
setEndTime
(String endTime) Setter for endTime.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setStartTime
(String startTime) Setter for startTime.toString()
-
Constructor Details
-
CollectDiagnosticsRequest
public CollectDiagnosticsRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getDatabaseName
Getter for databaseName. The name of the database. -
setDatabaseName
Setter for databaseName. The name of the database. -
getEndTime
Getter for endTime. The end time (in ISO 8601 format) of the period to collection statistics for. -
setEndTime
Setter for endTime. The end time (in ISO 8601 format) of the period to collection statistics for. -
getStartTime
Getter for startTime. The start time (in ISO 8601 format) of the period to collection statistics for. -
setStartTime
Setter for startTime. The start time (in ISO 8601 format) of the period to collection statistics for. -
getDestination
Getter for destination. This defines where to put the resulting bundle. -
setDestination
Setter for destination. This defines where to put the resulting bundle. -
getCaseNumber
Getter for caseNumber. The CSH case number to associate the bundle. -
setCaseNumber
Setter for caseNumber. The CSH case number to associate the bundle. -
getBundleSizeBytes
Getter for bundleSizeBytes. Bundle size limit. -
setBundleSizeBytes
Setter for bundleSizeBytes. Bundle size limit. -
equals
-
hashCode
public int hashCode() -
toString
-