Class GetDeploymentConfigurationMetadataResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class GetDeploymentConfigurationMetadataResponse
    extends CdpResponse
    Response object for retrieving deployment configuration metadata request.
    • Constructor Detail

      • GetDeploymentConfigurationMetadataResponse

        public GetDeploymentConfigurationMetadataResponse()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object