Class DatahubDiagnosticsCollectionDetailsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.DatahubDiagnosticsCollectionDetailsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class DatahubDiagnosticsCollectionDetailsResponse extends CdpResponse
Response object for diagnostic collection details.
  • Constructor Details

    • DatahubDiagnosticsCollectionDetailsResponse

      public DatahubDiagnosticsCollectionDetailsResponse()
  • Method Details

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