Class ExportDeploymentRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class ExportDeploymentRequest
    extends Object
    Request object to export deployment configuration.
    • Constructor Detail

      • ExportDeploymentRequest

        public ExportDeploymentRequest()
    • Method Detail

      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of an environment to execute the command.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of an environment to execute the command.
      • getDeploymentCrn

        public String getDeploymentCrn()
        Getter for deploymentCrn. The deployment crn.
      • setDeploymentCrn

        public void setDeploymentCrn​(String deploymentCrn)
        Setter for deploymentCrn. The deployment crn.
      • getArchiveDescription

        public String getArchiveDescription()
        Getter for archiveDescription. The description about deployment configuration export archive
      • setArchiveDescription

        public void setArchiveDescription​(String archiveDescription)
        Setter for archiveDescription. The description about deployment configuration export archive
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object