Package com.cloudera.cdp.df.model
Class ListDiagnosticsResponseItem
java.lang.Object
com.cloudera.cdp.df.model.ListDiagnosticsResponseItem
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class ListDiagnosticsResponseItem
extends Object
Object representation of a diagnostics request list item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for bundleCloudPath.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 requestedTime.Getter for startTime.Getter for status.getUuid()
Getter for uuid.int
hashCode()
void
setBundleCloudPath
(String bundleCloudPath) Setter for bundleCloudPath.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
setRequestedTime
(String requestedTime) Setter for requestedTime.void
setStartTime
(String startTime) Setter for startTime.void
Setter for status.void
Setter for uuid.toString()
-
Constructor Details
-
ListDiagnosticsResponseItem
public ListDiagnosticsResponseItem()
-
-
Method Details
-
getDfServiceCrn
Getter for dfServiceCrn. DataFlow Service CRN. -
setDfServiceCrn
Setter for dfServiceCrn. DataFlow Service CRN. -
getStatus
Getter for status. Status of request. -
setStatus
Setter for status. Status of request. -
getDescription
Getter for description. User provided description of request. -
setDescription
Setter for description. User provided description of request. -
getDestination
Getter for destination. Upload destination. -
setDestination
Setter for destination. Upload destination. -
getBundleCloudPath
Getter for bundleCloudPath. Cloud storage path of the bundle, only populated for CLOUD_STORAGE destinations. -
setBundleCloudPath
Setter for bundleCloudPath. Cloud storage path of the bundle, only populated for CLOUD_STORAGE destinations. -
getStartTime
Getter for startTime. Time from which to collect logs. -
setStartTime
Setter for startTime. Time from which to collect logs. -
getEndTime
Getter for endTime. Time to which to collect logs. -
setEndTime
Setter for endTime. Time to which to collect logs. -
getEnvironmentComponents
Getter for environmentComponents. List of environment components included in the collection. -
setEnvironmentComponents
Setter for environmentComponents. List of environment components included in the collection. -
getCollectionScope
Getter for collectionScope. Collection scope. -
setCollectionScope
Setter for collectionScope. Collection scope. -
getDeployments
Getter for deployments. List of Flow deployments included in the collection. -
setDeployments
Setter for deployments. List of Flow deployments included in the collection. -
getCaseNumber
Getter for caseNumber. Support case number associated with the collection. -
setCaseNumber
Setter for caseNumber. Support case number associated with the collection. -
getUuid
Getter for uuid. Uuid of the collection. -
setUuid
Setter for uuid. Uuid of the collection. -
getRequestedTime
Getter for requestedTime. Time at which the collection was requested. -
setRequestedTime
Setter for requestedTime. Time at which the collection was requested. -
equals
-
hashCode
public int hashCode() -
toString
-