public class BackupConfigBean extends Object
| Constructor and Description |
|---|
BackupConfigBean()
BackupConfigBeen constructor.
|
BackupConfigBean(BackupConfig config)
BackupConfigBeen constructor.
|
BackupConfigBean(Integer backupType,
String backupDir)
BackupConfigBeen constructor.
|
BackupConfigBean(Integer backupType,
String backupDir,
Long incrementalJobPeriod)
BackupConfigBeen constructor.
|
BackupConfigBean(Integer backupType,
String backupDir,
Long incrementalJobPeriod,
Integer incrementalRepetitionNumber)
BackupConfigBeen constructor.
|
BackupConfigBean(RepositoryBackupConfig config)
BackupConfigBeen constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupDir()
getBackupDir.
|
Integer |
getBackupType()
getBackupType.
|
BackupJobConfig |
getFullBackupJobConfig()
getFullBackupJobConfig.
|
BackupJobConfig |
getIncrementalBackupJobConfig()
getIncrementalBackupJobConfig.
|
Long |
getIncrementalJobPeriod()
getIncrementalJobPeriod.
|
Integer |
getIncrementalRepetitionNumber()
getIncrementalRepetitionNumber.
|
void |
setBackupDir(String backupDir)
setBackupDir.
|
void |
setBackupType(Integer backupType)
setBackupType.
|
void |
setFullBackupJobConfig(BackupJobConfig fullBackupJobConfig)
setFullBackupJobConfig.
|
void |
setIncrementalBackupJobConfig(BackupJobConfig incrementalBackupJobConfig)
setIncrementalBackupJobConfig.
|
void |
setIncrementalJobPeriod(Long incrementalJobPeriod)
setIncrementalJobPeriod.
|
void |
setIncrementalRepetitionNumber(Integer incrementalRepetitionNumber)
setIncrementalRepetitionNumber.
|
public BackupConfigBean()
public BackupConfigBean(Integer backupType, String backupDir)
backupType - Integer, backup tyepsbackupDir - String, path to backup folderpublic BackupConfigBean(Integer backupType, String backupDir, Long incrementalJobPeriod)
backupType - Integer, backup tyepsbackupDir - String, path to backup folderincrementalJobPeriod - Long, incremental job periodpublic BackupConfigBean(Integer backupType, String backupDir, Long incrementalJobPeriod, Integer incrementalRepetitionNumber)
backupType - Integer, backup tyepsbackupDir - String, path to backup folderincrementalJobPeriod - Long, incremental job periodincrementalRepetitionNumber - Integer, incremental repetition numberpublic BackupConfigBean(BackupConfig config)
config - the backup configpublic BackupConfigBean(RepositoryBackupConfig config)
config - the backup configpublic Long getIncrementalJobPeriod()
public void setIncrementalJobPeriod(Long incrementalJobPeriod)
incrementalJobPeriod - Long, the incremental job periodpublic String getBackupDir()
public void setBackupDir(String backupDir)
backupDir - String, path to backup folderpublic Integer getBackupType()
public void setBackupType(Integer backupType)
backupType - Integer, the backup typepublic Integer getIncrementalRepetitionNumber()
public void setIncrementalRepetitionNumber(Integer incrementalRepetitionNumber)
incrementalRepetitionNumber - Integer, incremental repetition numberpublic BackupJobConfig getFullBackupJobConfig()
public void setFullBackupJobConfig(BackupJobConfig fullBackupJobConfig)
fullBackupJobConfig - BackupJobConfig the backup job configuration to full backuppublic BackupJobConfig getIncrementalBackupJobConfig()
public void setIncrementalBackupJobConfig(BackupJobConfig incrementalBackupJobConfig)
incrementalBackupJobConfig - BackupJobConfig the backup job configuration to incremental backupCopyright © 2018 eXo Platform SAS. All Rights Reserved.