Package com.cloudera.cdp.datalake.model
Class DatalakeDiagnosticsCollectionDetailsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.DatalakeDiagnosticsCollectionDetailsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class DatalakeDiagnosticsCollectionDetailsResponse
extends CdpResponse
Response object for diagnostic collection collection details.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for accountId.getCase()Getter for _case.Getter for clusterVersion.Getter for description.Getter for destination.Getter for output.Getter for resourceCrn.inthashCode()voidsetAccountId(String accountId) Setter for accountId.voidSetter for _case.voidsetClusterVersion(String clusterVersion) Setter for clusterVersion.voidsetDescription(String description) Setter for description.voidsetDestination(String destination) Setter for destination.voidSetter for output.voidsetResourceCrn(String resourceCrn) Setter for resourceCrn.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DatalakeDiagnosticsCollectionDetailsResponse
public DatalakeDiagnosticsCollectionDetailsResponse()
-
-
Method Details
-
getCase
Getter for _case. Case number for the diagnostics collection. -
setCase
Setter for _case. Case number for the diagnostics collection. -
getOutput
Getter for output. Output destination of the diagnostics collection. -
setOutput
Setter for output. Output destination of the diagnostics collection. -
getDestination
Getter for destination. Destination type of the diagnostics collection. -
setDestination
Setter for destination. Destination type of the diagnostics collection. -
getDescription
Getter for description. Description of the diagnostics collection. -
setDescription
Setter for description. Description of the diagnostics collection. -
getAccountId
Getter for accountId. Account Id that was used for the diagnostics collection. -
setAccountId
Setter for accountId. Account Id that was used for the diagnostics collection. -
getResourceCrn
Getter for resourceCrn. Crn of the cluster. -
setResourceCrn
Setter for resourceCrn. Crn of the cluster. -
getClusterVersion
Getter for clusterVersion. Version of the cluster that was used for the diagnostics collection. -
setClusterVersion
Setter for clusterVersion. Version of the cluster that was used for the diagnostics collection. -
equals
-
hashCode
public int hashCode() -
toString
-