Class CreateBackupRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class CreateBackupRequest
    extends Object
    Request object for the create backup request.
    • Constructor Detail

      • CreateBackupRequest

        public CreateBackupRequest()
    • Method Detail

      • getBackupName

        public String getBackupName()
        Getter for backupName. Specified name for the backup. If not set, the name will be blank.
      • setBackupName

        public void setBackupName​(String backupName)
        Setter for backupName. Specified name for the backup. If not set, the name will be blank.
      • getNamespaceName

        @Deprecated
        public String getNamespaceName()
        Deprecated.
        Getter for namespaceName. DEPRECATED in favor of the namespaceNames. Namespace of the potential candidate for backup. If not set, all of the Data Warehouse namespaces will be backed up.
      • setNamespaceName

        @Deprecated
        public void setNamespaceName​(String namespaceName)
        Deprecated.
        Setter for namespaceName. DEPRECATED in favor of the namespaceNames. Namespace of the potential candidate for backup. If not set, all of the Data Warehouse namespaces will be backed up.
      • getNamespaceNames

        public List<String> getNamespaceNames()
        Getter for namespaceNames. If both namespaceName and namespaceNames are set, the namespaceName will be ignored! A list of namespace of the potential candidates for backup. If not set, all of the Data Warehouse namespaces will be backed up.
      • setNamespaceNames

        public void setNamespaceNames​(List<String> namespaceNames)
        Setter for namespaceNames. If both namespaceName and namespaceNames are set, the namespaceName will be ignored! A list of namespace of the potential candidates for backup. If not set, all of the Data Warehouse namespaces will be backed up.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object