public class DatabaseBackupRequest extends Object
Constructor and Description |
---|
DatabaseBackupRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBackupLocation()
Path to directory where backup should lie (must be accessible from server).
|
DatabaseDocument |
getDatabaseDocument()
DatabaseDocument that will be inserted with backup.
|
void |
setBackupLocation(String backupLocation)
Path to directory where backup should lie (must be accessible from server).
|
void |
setDatabaseDocument(DatabaseDocument databaseDocument)
DatabaseDocument that will be inserted with backup.
|
public String getBackupLocation()
public void setBackupLocation(String backupLocation)
backupLocation
- public DatabaseDocument getDatabaseDocument()
public void setDatabaseDocument(DatabaseDocument databaseDocument)
databaseDocument
- Copyright © 2016. All Rights Reserved.