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-10-28T14:00:27.700-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 TypeMethodDescriptionbooleanGetter for backupCrn.Getter for backupName.Getter for backupStatus.Getter for createdAt.Getter for creatorCrn.Getter for instanceGroups.Getter for isCrossNsBackup.Getter for workspaceVersionAtBackup.inthashCode()voidsetBackupCrn(String backupCrn) Setter for backupCrn.voidsetBackupName(String backupName) Setter for backupName.voidsetBackupStatus(String backupStatus) Setter for backupStatus.voidsetCreatedAt(ZonedDateTime createdAt) Setter for createdAt.voidsetCreatorCrn(String creatorCrn) Setter for creatorCrn.voidsetInstanceGroups(List<WorkspaceInstanceGroup> instanceGroups) Setter for instanceGroups.voidsetIsCrossNsBackup(Boolean isCrossNsBackup) Setter for isCrossNsBackup.voidsetWorkspaceVersionAtBackup(String workspaceVersionAtBackup) Setter for workspaceVersionAtBackup.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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
-