Package com.cloudera.cdp.ml.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCrn.Getter for backupName.Getter for backupStatus.Getter for createdAt.Getter for creatorCrn.Getter for instanceGroups.Getter for isCrossNsBackup.Getter for workspaceVersionAtBackup.int
hashCode()
void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setBackupName
(String backupName) Setter for backupName.void
setBackupStatus
(String backupStatus) Setter for backupStatus.void
setCreatedAt
(ZonedDateTime createdAt) Setter for createdAt.void
setCreatorCrn
(String creatorCrn) Setter for creatorCrn.void
setInstanceGroups
(List<WorkspaceInstanceGroup> instanceGroups) Setter for instanceGroups.void
setIsCrossNsBackup
(Boolean isCrossNsBackup) Setter for isCrossNsBackup.void
setWorkspaceVersionAtBackup
(String workspaceVersionAtBackup) Setter for workspaceVersionAtBackup.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DescribeWorkspaceBackupResponse
public DescribeWorkspaceBackupResponse()
-
-
Method Details
-
getBackupCrn
Getter for backupCrn. The CRN of the backup snaphot. -
setBackupCrn
Setter for backupCrn. The CRN of the backup snaphot. -
getBackupName
Getter for backupName. The name of the backup snapshot. -
setBackupName
Setter for backupName. The name of the backup snapshot. -
getCreatedAt
Getter for createdAt. The creation time of the backup snapshot. -
setCreatedAt
Setter for createdAt. The creation time of the backup snapshot. -
getCreatorCrn
Getter for creatorCrn. The CRN of the creator. -
setCreatorCrn
Setter for creatorCrn. The CRN of the creator. -
getWorkspaceVersionAtBackup
Getter for workspaceVersionAtBackup. The version of the backed-up workbench at the time of backup. -
setWorkspaceVersionAtBackup
Setter for workspaceVersionAtBackup. The version of the backed-up workbench at the time of backup. -
getBackupStatus
Getter for backupStatus. The status of the backup. -
setBackupStatus
Setter for backupStatus. The status of the backup. -
getIsCrossNsBackup
Getter for isCrossNsBackup. Indicates whether the backup has cross namespace enabled. -
setIsCrossNsBackup
Setter for isCrossNsBackup. Indicates whether the backup has cross namespace enabled. -
getInstanceGroups
Getter for instanceGroups. The list of instance groups. -
setInstanceGroups
Setter for instanceGroups. The list of instance groups. -
equals
-
hashCode
public int hashCode() -
toString
-