Class GetDeploymentRequestDetailsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.dfworkload.model.GetDeploymentRequestDetailsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class GetDeploymentRequestDetailsResponse extends CdpResponse
Response object for retrieving deployment request details request.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description GetDeploymentRequestDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
RpcDeploymentConfigurationMetadata
getDeploymentConfigurationMetadata()
Getter for deploymentConfigurationMetadata.int
hashCode()
void
setDeploymentConfigurationMetadata(RpcDeploymentConfigurationMetadata deploymentConfigurationMetadata)
Setter for deploymentConfigurationMetadata.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
-
getDeploymentConfigurationMetadata
public RpcDeploymentConfigurationMetadata getDeploymentConfigurationMetadata()
Getter for deploymentConfigurationMetadata. The deployment configuration metadata.
-
setDeploymentConfigurationMetadata
public void setDeploymentConfigurationMetadata(RpcDeploymentConfigurationMetadata deploymentConfigurationMetadata)
Setter for deploymentConfigurationMetadata. The deployment configuration metadata.
-
-