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="2023-09-27T13:27:54.329-07:00") public class StartGetDiagnosticsCollectionRequest extends Object
Request to start DataFlow diagnostics bundle creation.
-
-
Constructor Summary
Constructors Constructor Description StartGetDiagnosticsCollectionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCaseNumber()
Getter for caseNumber.String
getCollectionScope()
Getter for collectionScope.List<String>
getDeployments()
Getter for deployments.String
getDescription()
Getter for description.String
getDestination()
Getter for destination.String
getDfServiceCrn()
Getter for dfServiceCrn.String
getEndTime()
Getter for endTime.List<String>
getEnvironmentComponents()
Getter for environmentComponents.String
getStartTime()
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
setStartTime(String startTime)
Setter for startTime.String
toString()
-
-
-
Method Detail
-
getDfServiceCrn
public String getDfServiceCrn()
Getter for dfServiceCrn. DataFlow Service CRN from which to collect diagnostics.
-
setDfServiceCrn
public void setDfServiceCrn(String dfServiceCrn)
Setter for dfServiceCrn. DataFlow Service CRN from which to collect diagnostics.
-
getDestination
public String getDestination()
Getter for destination. Destination location.
-
setDestination
public void setDestination(String destination)
Setter for destination. Destination location.
-
getDescription
public String getDescription()
Getter for description. Description of diagnostics collection.
-
setDescription
public void setDescription(String description)
Setter for description. Description of diagnostics collection.
-
getEnvironmentComponents
public List<String> getEnvironmentComponents()
Getter for environmentComponents. List of environment components for which logs should be collected.
-
setEnvironmentComponents
public void setEnvironmentComponents(List<String> environmentComponents)
Setter for environmentComponents. List of environment components for which logs should be collected.
-
getCaseNumber
public String getCaseNumber()
Getter for caseNumber. Support case number associated with this request.
-
setCaseNumber
public void setCaseNumber(String caseNumber)
Setter for caseNumber. Support case number associated with this request.
-
getDeployments
public List<String> getDeployments()
Getter for deployments. List of deployments to collect diagnostics from, if none are specified, all deployments will be included.
-
setDeployments
public void setDeployments(List<String> deployments)
Setter for deployments. List of deployments to collect diagnostics from, if none are specified, all deployments will be included.
-
getStartTime
public String getStartTime()
Getter for startTime. Date-time from which component logs will be collected, up until endTime.
-
setStartTime
public void setStartTime(String startTime)
Setter for startTime. Date-time from which component logs will be collected, up until endTime.
-
getEndTime
public String getEndTime()
Getter for endTime. Date-time to which component logs will be collected, starting from startTime.
-
setEndTime
public void setEndTime(String endTime)
Setter for endTime. Date-time to which component logs will be collected, starting from startTime.
-
getCollectionScope
public String getCollectionScope()
Getter for collectionScope. Collection scope.
-
setCollectionScope
public void setCollectionScope(String collectionScope)
Setter for collectionScope. Collection scope.
-
-