Package com.cloudera.cdp.df.model
Class StartGetDiagnosticsCollectionRequest
java.lang.Object
com.cloudera.cdp.df.model.StartGetDiagnosticsCollectionRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class StartGetDiagnosticsCollectionRequest
extends Object
Request to start DataFlow diagnostics bundle creation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for caseNumber.Getter for collectionScope.Getter for deployments.Getter for description.Getter for destination.Getter for dfServiceCrn.Getter for endTime.Getter for environmentComponents.Getter for includeNifiDiagnostics.Getter for startTime.int
hashCode()
void
setCaseNumber
(String caseNumber) Setter for caseNumber.void
setCollectionScope
(String collectionScope) Setter for collectionScope.void
setDeployments
(List<String> deployments) Setter for deployments.void
setDescription
(String description) Setter for description.void
setDestination
(String destination) Setter for destination.void
setDfServiceCrn
(String dfServiceCrn) Setter for dfServiceCrn.void
setEndTime
(String endTime) Setter for endTime.void
setEnvironmentComponents
(List<String> environmentComponents) Setter for environmentComponents.void
setIncludeNifiDiagnostics
(Boolean includeNifiDiagnostics) Setter for includeNifiDiagnostics.void
setStartTime
(String startTime) Setter for startTime.toString()
-
Constructor Details
-
StartGetDiagnosticsCollectionRequest
public StartGetDiagnosticsCollectionRequest()
-
-
Method Details
-
getDfServiceCrn
Getter for dfServiceCrn. DataFlow Service CRN from which to collect diagnostics. -
setDfServiceCrn
Setter for dfServiceCrn. DataFlow Service CRN from which to collect diagnostics. -
getDestination
Getter for destination. Destination location. -
setDestination
Setter for destination. Destination location. -
getDescription
Getter for description. Description of diagnostics collection. -
setDescription
Setter for description. Description of diagnostics collection. -
getEnvironmentComponents
Getter for environmentComponents. List of environment components for which logs should be collected. -
setEnvironmentComponents
Setter for environmentComponents. List of environment components for which logs should be collected. -
getCaseNumber
Getter for caseNumber. Support case number associated with this request. -
setCaseNumber
Setter for caseNumber. Support case number associated with this request. -
getDeployments
Getter for deployments. List of deployments to collect diagnostics from, if none are specified, all deployments will be included. -
setDeployments
Setter for deployments. List of deployments to collect diagnostics from, if none are specified, all deployments will be included. -
getStartTime
Getter for startTime. Date-time from which component logs will be collected, up until endTime. -
setStartTime
Setter for startTime. Date-time from which component logs will be collected, up until endTime. -
getEndTime
Getter for endTime. Date-time to which component logs will be collected, starting from startTime. -
setEndTime
Setter for endTime. Date-time to which component logs will be collected, starting from startTime. -
getCollectionScope
Getter for collectionScope. Collection scope. -
setCollectionScope
Setter for collectionScope. Collection scope. -
getIncludeNifiDiagnostics
Getter for includeNifiDiagnostics. Indicates if the heap and thread dumps are needed for a flow. -
setIncludeNifiDiagnostics
Setter for includeNifiDiagnostics. Indicates if the heap and thread dumps are needed for a flow. -
equals
-
hashCode
public int hashCode() -
toString
-