Class ListDeploymentArchivesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class ListDeploymentArchivesRequest
    extends Object
    Request object to list exported archives of all deployments matching the search term.
    • Constructor Detail

      • ListDeploymentArchivesRequest

        public ListDeploymentArchivesRequest()
    • 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.
      • getSearchTerm

        public String getSearchTerm()
        Getter for searchTerm. Search term to filter exported archives by deployment name.
      • setSearchTerm

        public void setSearchTerm​(String searchTerm)
        Setter for searchTerm. Search term to filter exported archives by deployment name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object