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)
      • getJobState

        public JobState getJobState()
      • setJobState

        public void setJobState​(JobState jobState)
      • getCreateTime

        public Instant getCreateTime()
      • setCreateTime

        public void setCreateTime​(Instant createTime)
      • getStartProcessingTime

        public Instant getStartProcessingTime()
      • setStartProcessingTime

        public void setStartProcessingTime​(Instant startProcessingTime)
      • getFinishProcessingTime

        public Instant getFinishProcessingTime()
      • setFinishProcessingTime

        public void setFinishProcessingTime​(Instant finishProcessingTime)
      • getCancelTime

        public Instant getCancelTime()
      • setCancelTime

        public void setCancelTime​(Instant cancelTime)
      • 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)
      • getFileDeleteTime

        public Instant getFileDeleteTime()
      • setFileDeleteTime

        public void setFileDeleteTime​(Instant fileDeleteTime)
      • isFileExists

        public Boolean isFileExists()
      • setFileExists

        public void setFileExists​(Boolean fileExists)
      • setBackupRestoreJobResult

        public void setBackupRestoreJobResult​(BackupRestoreJobResult backupRestoreJobResult)
      • getConfiguration

        public int getConfiguration()
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)
      • getSingleSpaceKey

        public String getSingleSpaceKey()
      • setSingleSpaceKey

        public void setSingleSpaceKey​(String singleSpaceKey)
      • getSpaceKeys

        public String getSpaceKeys()
      • setSpaceKeys

        public void setSpaceKeys​(String spaceKeys)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object