Package com.cloudera.cdp.datahub.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.getCase()
Getter for _case.Getter for clusterVersion.Getter for description.Getter for destination.Getter for output.Getter for resourceCrn.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
Setter for _case.void
setClusterVersion
(String clusterVersion) Setter for clusterVersion.void
setDescription
(String description) Setter for description.void
setDestination
(String destination) Setter for destination.void
Setter for output.void
setResourceCrn
(String resourceCrn) Setter for resourceCrn.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DatahubDiagnosticsCollectionDetailsResponse
public DatahubDiagnosticsCollectionDetailsResponse()
-
-
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
-