Class DescribeWorkspaceBackupResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.ml.model.DescribeWorkspaceBackupResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-07-30T10:22:41.723-07:00") public class DescribeWorkspaceBackupResponse extends CdpResponse
Response object for DescribeWorkspaceBackup method.
  • Constructor Details

    • DescribeWorkspaceBackupResponse

      public DescribeWorkspaceBackupResponse()
  • Method Details

    • getBackupCrn

      public String getBackupCrn()
      Getter for backupCrn. The CRN of the backup snaphot.
    • setBackupCrn

      public void setBackupCrn(String backupCrn)
      Setter for backupCrn. The CRN of the backup snaphot.
    • getBackupName

      public String getBackupName()
      Getter for backupName. The name of the backup snapshot.
    • setBackupName

      public void setBackupName(String backupName)
      Setter for backupName. The name of the backup snapshot.
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
      Getter for createdAt. The creation time of the backup snapshot.
    • setCreatedAt

      public void setCreatedAt(ZonedDateTime createdAt)
      Setter for createdAt. The creation time of the backup snapshot.
    • getCreatorCrn

      public String getCreatorCrn()
      Getter for creatorCrn. The CRN of the creator.
    • setCreatorCrn

      public void setCreatorCrn(String creatorCrn)
      Setter for creatorCrn. The CRN of the creator.
    • getWorkspaceVersionAtBackup

      public String getWorkspaceVersionAtBackup()
      Getter for workspaceVersionAtBackup. The version of the backed-up workbench at the time of backup.
    • setWorkspaceVersionAtBackup

      public void setWorkspaceVersionAtBackup(String workspaceVersionAtBackup)
      Setter for workspaceVersionAtBackup. The version of the backed-up workbench at the time of backup.
    • getBackupStatus

      public String getBackupStatus()
      Getter for backupStatus. The status of the backup.
    • setBackupStatus

      public void setBackupStatus(String backupStatus)
      Setter for backupStatus. The status of the backup.
    • getIsCrossNsBackup

      public Boolean getIsCrossNsBackup()
      Getter for isCrossNsBackup. Indicates whether the backup has cross namespace enabled.
    • setIsCrossNsBackup

      public void setIsCrossNsBackup(Boolean isCrossNsBackup)
      Setter for isCrossNsBackup. Indicates whether the backup has cross namespace enabled.
    • getInstanceGroups

      public List<WorkspaceInstanceGroup> getInstanceGroups()
      Getter for instanceGroups. The list of instance groups.
    • setInstanceGroups

      public void setInstanceGroups(List<WorkspaceInstanceGroup> instanceGroups)
      Setter for instanceGroups. The list of instance groups.
    • 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