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 Details

    • ListDiagnosticsResponseItem

      public ListDiagnosticsResponseItem()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object