Class ListBackupsRequest

java.lang.Object
com.cloudera.cdp.drscp.model.ListBackupsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.544-07:00") public class ListBackupsRequest extends Object
Request object for the list backups request.
  • Constructor Details Link icon

    • ListBackupsRequest Link icon

      public ListBackupsRequest()
  • Method Details Link icon

    • getBackupName Link icon

      public String getBackupName()
      Getter for backupName. Specified name for the backup.
    • setBackupName Link icon

      public void setBackupName(String backupName)
      Setter for backupName. Specified name for the backup.
    • getJobStates Link icon

      public List<String> getJobStates()
      Getter for jobStates. The job states to filter by.
    • setJobStates Link icon

      public void setJobStates(List<String> jobStates)
      Setter for jobStates. The job states to filter by.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object