Class DatahubDiagnosticsCollectionDetailsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class DatahubDiagnosticsCollectionDetailsResponse
    extends CdpResponse
    Response object for diagnostic collection details.
    • Constructor Detail

      • DatahubDiagnosticsCollectionDetailsResponse

        public DatahubDiagnosticsCollectionDetailsResponse()
    • Method Detail

      • getCase

        public String getCase()
        Getter for _case. Case number for the diagnostics collection.
      • setCase

        public void setCase​(String _case)
        Setter for _case. Case number for the diagnostics collection.
      • getOutput

        public String getOutput()
        Getter for output. Output destination of the diagnostics collection.
      • setOutput

        public void setOutput​(String output)
        Setter for output. Output destination of the diagnostics collection.
      • getDestination

        public String getDestination()
        Getter for destination. Destination type of the diagnostics collection.
      • setDestination

        public void setDestination​(String destination)
        Setter for destination. Destination type of the diagnostics collection.
      • getDescription

        public String getDescription()
        Getter for description. Description of the diagnostics collection.
      • setDescription

        public void setDescription​(String description)
        Setter for description. Description of the diagnostics collection.
      • getAccountId

        public String getAccountId()
        Getter for accountId. Account Id that was used for the diagnostics collection.
      • setAccountId

        public void setAccountId​(String accountId)
        Setter for accountId. Account Id that was used for the diagnostics collection.
      • getResourceCrn

        public String getResourceCrn()
        Getter for resourceCrn. Crn of the cluster.
      • setResourceCrn

        public void setResourceCrn​(String resourceCrn)
        Setter for resourceCrn. Crn of the cluster.
      • getClusterVersion

        public String getClusterVersion()
        Getter for clusterVersion. Version of the cluster that was used for the diagnostics collection.
      • setClusterVersion

        public void setClusterVersion​(String clusterVersion)
        Setter for clusterVersion. Version of the cluster that was used for the diagnostics collection.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object