Class BackupExecutionResponse

java.lang.Object
com.morpheusdata.core.backup.response.BackupExecutionResponse

public class BackupExecutionResponse extends Object
Response from the execution of the backup containing relevant information on the results of the backup output.
Since:
0.13.4
  • Field Details

    • updates

      protected boolean updates
      Notify receiver of updates available on the backupResult
    • backupResult

      protected BackupResult backupResult
      BackupResult containing data on the results of the backup execution
  • Constructor Details

    • BackupExecutionResponse

      public BackupExecutionResponse(BackupResult backupResult)
  • Method Details

    • isUpdates

      public boolean isUpdates()
      are there updates available on the associated BackupResult
      Returns:
      Boolean updates available on the backupResults object
    • setUpdates

      public void setUpdates(boolean updates)
      Notify receiver of updates available on the associated BackupResult
      Parameters:
      updates - are there updates available in the associated BackupResult
    • getBackupResult

      public BackupResult getBackupResult()
      get the associated BackupResult
      Returns:
      BackupResult with associated backup execution data
    • setBackupResult

      public void setBackupResult(BackupResult backupResult)
      set the associated BackupResult
      Parameters:
      backupResult - the BackupResult to set on the response