Class BackupExecutionResponse
java.lang.Object
com.morpheusdata.core.backup.response.BackupExecutionResponse
Response from the execution of the backup containing relevant information on the results of the backup output.
- Since:
- 0.13.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BackupResultBackupResultcontaining data on the results of the backup executionprotected booleanNotify receiver of updates available on the backupResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the associatedBackupResultbooleanare there updates available on the associatedBackupResultvoidsetBackupResult(BackupResult backupResult) set the associatedBackupResultvoidsetUpdates(boolean updates) Notify receiver of updates available on the associatedBackupResult
-
Field Details
-
updates
protected boolean updatesNotify receiver of updates available on the backupResult -
backupResult
BackupResultcontaining data on the results of the backup execution
-
-
Constructor Details
-
BackupExecutionResponse
-
-
Method Details
-
isUpdates
public boolean isUpdates()are there updates available on the associatedBackupResult- Returns:
- Boolean updates available on the backupResults object
-
setUpdates
public void setUpdates(boolean updates) Notify receiver of updates available on the associatedBackupResult- Parameters:
updates- are there updates available in the associatedBackupResult
-
getBackupResult
get the associatedBackupResult- Returns:
BackupResultwith associated backup execution data
-
setBackupResult
set the associatedBackupResult- Parameters:
backupResult- theBackupResultto set on the response
-