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="2023-09-14T10:47:18.056-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 Constructor Description DatalakeDiagnosticsCollectionDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccountId()
Getter for accountId.String
getCase()
Getter for _case.String
getClusterVersion()
Getter for clusterVersion.String
getDescription()
Getter for description.String
getDestination()
Getter for destination.String
getOutput()
Getter for output.String
getResourceCrn()
Getter for resourceCrn.int
hashCode()
void
setAccountId(String accountId)
Setter for accountId.void
setCase(String _case)
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
setOutput(String output)
Setter for output.void
setResourceCrn(String resourceCrn)
Setter for resourceCrn.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
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.
-
-