Class BackupRestoreJob

    • Constructor Detail

      • BackupRestoreJob

        public BackupRestoreJob()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • setJobOperation

        public void setJobOperation​(JobOperation jobOperation)
      • getJobScope

        public JobScope getJobScope()
      • setJobScope

        public void setJobScope​(JobScope jobScope)
      • getJobSpaces

        public JobSpaces getJobSpaces()
      • setJobSpaces

        public void setJobSpaces​(JobSpaces jobSpaces)
      • getJobState

        public JobState getJobState()
      • setJobState

        public void setJobState​(JobState jobState)
      • getCreateTime

        public long getCreateTime()
      • setCreateTime

        public void setCreateTime​(long createTime)
      • getStartProcessingTime

        public Long getStartProcessingTime()
      • setStartProcessingTime

        public void setStartProcessingTime​(Long startProcessingTime)
      • getFinishProcessingTime

        public Long getFinishProcessingTime()
      • setFinishProcessingTime

        public void setFinishProcessingTime​(Long finishProcessingTime)
      • getOwner

        public String getOwner()
      • setOwner

        public void setOwner​(String owner)
      • getWhoCancelledTheJob

        public String getWhoCancelledTheJob()
      • setWhoCancelledTheJob

        public void setWhoCancelledTheJob​(String whoCancelledTheJob)
      • getErrorMessage

        public String getErrorMessage()
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
      • setBackupRestoreSettings

        public void setBackupRestoreSettings​(BackupRestoreSettings backupRestoreSettings)
      • setBackupRestoreJobResult

        public void setBackupRestoreJobResult​(BackupRestoreJobResult backupRestoreJobResult)
      • getConfiguration

        public int getConfiguration()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object