Class ListBackupsRequest


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

      • ListBackupsRequest

        public ListBackupsRequest()
    • Method Detail

      • getBackupName

        public String getBackupName()
        Getter for backupName. Specified name for the backup. If not present, this filter is not used.
      • setBackupName

        public void setBackupName​(String backupName)
        Setter for backupName. Specified name for the backup. If not present, this filter is not used.
      • getJobStates

        public List<String> getJobStates()
        Getter for jobStates. The job states we need to filter by. If not present, this filter is not used.
      • setJobStates

        public void setJobStates​(List<String> jobStates)
        Setter for jobStates. The job states we need to filter by. If not present, this filter is not used.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object