Package com.cloudera.cdp.de.model
Class Backup
java.lang.Object
com.cloudera.cdp.de.model.Backup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class Backup
extends Object
Service backup object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for archiveBasePath.Getter for archiveLocation.Getter for cloudPlatform.Getter for created.Getter for creator.Getter for creatorCrn.Getter for description.Getter for environmentCrn.Getter for environmentName.Getter for errorMessage.getId()
Getter for id.Getter for serviceID.Getter for serviceName.Getter for serviceVersion.Getter for status.int
hashCode()
void
setArchiveBasePath
(String archiveBasePath) Setter for archiveBasePath.void
setArchiveLocation
(String archiveLocation) Setter for archiveLocation.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setCreated
(String created) Setter for created.void
setCreator
(String creator) Setter for creator.void
setCreatorCrn
(String creatorCrn) Setter for creatorCrn.void
setDescription
(String description) Setter for description.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setErrorMessage
(String errorMessage) Setter for errorMessage.void
Setter for id.void
setServiceID
(String serviceID) Setter for serviceID.void
setServiceName
(String serviceName) Setter for serviceName.void
setServiceVersion
(String serviceVersion) Setter for serviceVersion.void
Setter for status.toString()
-
Constructor Details
-
Backup
public Backup()
-
-
Method Details
-
getId
Getter for id. Backup ID. -
setId
Setter for id. Backup ID. -
getServiceID
Getter for serviceID. Service ID of a backed-up CDE service. -
setServiceID
Setter for serviceID. Service ID of a backed-up CDE service. -
getServiceName
Getter for serviceName. Name of a backed-up CDE service. -
setServiceName
Setter for serviceName. Name of a backed-up CDE service. -
getServiceVersion
Getter for serviceVersion. Version of a backed-up CDE service. -
setServiceVersion
Setter for serviceVersion. Version of a backed-up CDE service. -
getEnvironmentName
Getter for environmentName. Name of CDP environment with which a backed-up CDE service was associated. -
setEnvironmentName
Setter for environmentName. Name of CDP environment with which a backed-up CDE service was associated. -
getEnvironmentCrn
Getter for environmentCrn. CRN of CDP environment with which a backed-up CDE service was associated. -
setEnvironmentCrn
Setter for environmentCrn. CRN of CDP environment with which a backed-up CDE service was associated. -
getCreator
Getter for creator. The workload name of the user who created this backup. -
setCreator
Setter for creator. The workload name of the user who created this backup. -
getCreatorCrn
Getter for creatorCrn. CRN of of the user who created this backup. -
setCreatorCrn
Setter for creatorCrn. CRN of of the user who created this backup. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform where a backed-up CDE service was enabled. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform where a backed-up CDE service was enabled. -
getStatus
Getter for status. Backup status. -
setStatus
Setter for status. Backup status. -
getCreated
Getter for created. The time when the backup was created. -
setCreated
Setter for created. The time when the backup was created. -
getDescription
Getter for description. Backup description. -
setDescription
Setter for description. Backup description. -
getErrorMessage
Getter for errorMessage. Error message, only set when there is an error. -
setErrorMessage
Setter for errorMessage. Error message, only set when there is an error. -
getArchiveBasePath
Getter for archiveBasePath. The path to the base location where the backups are stored. -
setArchiveBasePath
Setter for archiveBasePath. The path to the base location where the backups are stored. -
getArchiveLocation
Getter for archiveLocation. Archive location under the base path. -
setArchiveLocation
Setter for archiveLocation. Archive location under the base path. -
equals
-
hashCode
public int hashCode() -
toString
-