Class CreateBackupResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.658-07:00") public class CreateBackupResponse extends CdpResponse
Response object for Create Backup command.
  • Constructor Details

    • CreateBackupResponse

      public CreateBackupResponse()
  • Method Details

    • getBackupID

      public Long getBackupID()
      Getter for backupID. Backup ID, which can be used for log retrieval, restoration, deletion, and backup cancellation.
    • setBackupID

      public void setBackupID(Long backupID)
      Setter for backupID. Backup ID, which can be used for log retrieval, restoration, deletion, and backup cancellation.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object