Class ListDiagnosticsResponseItem


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ListDiagnosticsResponseItem
    extends Object
    Object representation of a diagnostics request list item.
    • Constructor Detail

      • ListDiagnosticsResponseItem

        public ListDiagnosticsResponseItem()
    • Method Detail

      • getDfServiceCrn

        public String getDfServiceCrn()
        Getter for dfServiceCrn. DataFlow Service CRN.
      • setDfServiceCrn

        public void setDfServiceCrn​(String dfServiceCrn)
        Setter for dfServiceCrn. DataFlow Service CRN.
      • getStatus

        public String getStatus()
        Getter for status. Status of request.
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of request.
      • getDescription

        public String getDescription()
        Getter for description. User provided description of request.
      • setDescription

        public void setDescription​(String description)
        Setter for description. User provided description of request.
      • getDestination

        public String getDestination()
        Getter for destination. Upload destination.
      • setDestination

        public void setDestination​(String destination)
        Setter for destination. Upload destination.
      • getBundleCloudPath

        public String getBundleCloudPath()
        Getter for bundleCloudPath. Cloud storage path of the bundle, only populated for CLOUD_STORAGE destinations.
      • setBundleCloudPath

        public void setBundleCloudPath​(String bundleCloudPath)
        Setter for bundleCloudPath. Cloud storage path of the bundle, only populated for CLOUD_STORAGE destinations.
      • getStartTime

        public String getStartTime()
        Getter for startTime. Time from which to collect logs.
      • setStartTime

        public void setStartTime​(String startTime)
        Setter for startTime. Time from which to collect logs.
      • getEndTime

        public String getEndTime()
        Getter for endTime. Time to which to collect logs.
      • setEndTime

        public void setEndTime​(String endTime)
        Setter for endTime. Time to which to collect logs.
      • getEnvironmentComponents

        public List<String> getEnvironmentComponents()
        Getter for environmentComponents. List of environment components included in the collection.
      • setEnvironmentComponents

        public void setEnvironmentComponents​(List<String> environmentComponents)
        Setter for environmentComponents. List of environment components included in the collection.
      • getCollectionScope

        public String getCollectionScope()
        Getter for collectionScope. Collection scope.
      • setCollectionScope

        public void setCollectionScope​(String collectionScope)
        Setter for collectionScope. Collection scope.
      • getDeployments

        public List<String> getDeployments()
        Getter for deployments. List of Flow deployments included in the collection.
      • setDeployments

        public void setDeployments​(List<String> deployments)
        Setter for deployments. List of Flow deployments included in the collection.
      • getCaseNumber

        public String getCaseNumber()
        Getter for caseNumber. Support case number associated with the collection.
      • setCaseNumber

        public void setCaseNumber​(String caseNumber)
        Setter for caseNumber. Support case number associated with the collection.
      • getUuid

        public String getUuid()
        Getter for uuid. Uuid of the collection.
      • setUuid

        public void setUuid​(String uuid)
        Setter for uuid. Uuid of the collection.
      • getRequestedTime

        public String getRequestedTime()
        Getter for requestedTime. Time at which the collection was requested.
      • setRequestedTime

        public void setRequestedTime​(String requestedTime)
        Setter for requestedTime. Time at which the collection was requested.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object