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
Modifier and TypeFieldDescriptionprotected BackupResult
BackupResult
containing data on the results of the backup executionprotected boolean
Notify receiver of updates available on the backupResult -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget the associatedBackupResult
boolean
are there updates available on the associatedBackupResult
void
setBackupResult
(BackupResult backupResult) set the associatedBackupResult
void
setUpdates
(boolean updates) Notify receiver of updates available on the associatedBackupResult
-
Field Details
-
updates
protected boolean updatesNotify receiver of updates available on the backupResult -
backupResult
BackupResult
containing 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:
BackupResult
with associated backup execution data
-
setBackupResult
set the associatedBackupResult
- Parameters:
backupResult
- theBackupResult
to set on the response
-