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 Details

    • Backup

      public Backup()
  • Method Details

    • getId

      public Long getId()
      Getter for id. Backup ID.
    • setId

      public void setId(Long id)
      Setter for id. Backup ID.
    • getServiceID

      public String getServiceID()
      Getter for serviceID. Service ID of a backed-up CDE service.
    • setServiceID

      public void setServiceID(String serviceID)
      Setter for serviceID. Service ID of a backed-up CDE service.
    • getServiceName

      public String getServiceName()
      Getter for serviceName. Name of a backed-up CDE service.
    • setServiceName

      public void setServiceName(String serviceName)
      Setter for serviceName. Name of a backed-up CDE service.
    • getServiceVersion

      public String getServiceVersion()
      Getter for serviceVersion. Version of a backed-up CDE service.
    • setServiceVersion

      public void setServiceVersion(String serviceVersion)
      Setter for serviceVersion. Version of a backed-up CDE service.
    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. Name of CDP environment with which a backed-up CDE service was associated.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. Name of CDP environment with which a backed-up CDE service was associated.
    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. CRN of CDP environment with which a backed-up CDE service was associated.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. CRN of CDP environment with which a backed-up CDE service was associated.
    • getCreator

      public String getCreator()
      Getter for creator. The workload name of the user who created this backup.
    • setCreator

      public void setCreator(String creator)
      Setter for creator. The workload name of the user who created this backup.
    • getCreatorCrn

      public String getCreatorCrn()
      Getter for creatorCrn. CRN of of the user who created this backup.
    • setCreatorCrn

      public void setCreatorCrn(String creatorCrn)
      Setter for creatorCrn. CRN of of the user who created this backup.
    • getCloudPlatform

      public String getCloudPlatform()
      Getter for cloudPlatform. The cloud platform where a backed-up CDE service was enabled.
    • setCloudPlatform

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The cloud platform where a backed-up CDE service was enabled.
    • getStatus

      public String getStatus()
      Getter for status. Backup status.
    • setStatus

      public void setStatus(String status)
      Setter for status. Backup status.
    • getCreated

      public String getCreated()
      Getter for created. The time when the backup was created.
    • setCreated

      public void setCreated(String created)
      Setter for created. The time when the backup was created.
    • getDescription

      public String getDescription()
      Getter for description. Backup description.
    • setDescription

      public void setDescription(String description)
      Setter for description. Backup description.
    • getErrorMessage

      public String getErrorMessage()
      Getter for errorMessage. Error message, only set when there is an error.
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Setter for errorMessage. Error message, only set when there is an error.
    • getArchiveBasePath

      public String getArchiveBasePath()
      Getter for archiveBasePath. The path to the base location where the backups are stored.
    • setArchiveBasePath

      public void setArchiveBasePath(String archiveBasePath)
      Setter for archiveBasePath. The path to the base location where the backups are stored.
    • getArchiveLocation

      public String getArchiveLocation()
      Getter for archiveLocation. Archive location under the base path.
    • setArchiveLocation

      public void setArchiveLocation(String archiveLocation)
      Setter for archiveLocation. Archive location under the base path.
    • 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