public class BackupServiceInfoBean extends Object
| Constructor and Description |
|---|
BackupServiceInfoBean()
BackupServiceInfoBeen constructor.
|
BackupServiceInfoBean(String fullBackupType,
String incrementalBackupType,
String backupLogDir,
Long defaultIncrementalJobPeriod)
BackupServiceInfoBean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupLogDir()
getBackupLogDir.
|
Long |
getDefaultIncrementalJobPeriod()
getDefaultIncrementalJobPeriod.
|
String |
getFullBackupType()
getFullBackupType.
|
String |
getIncrementalBackupType()
getIncrementalBackupType.
|
void |
setBackupLogDir(String backupLogDir)
setBackupLogDir.
|
void |
setDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod)
setDefaultIncrementalJobPeriod.
|
void |
setFullBackupType(String fullBackupType)
setFullBackupType.
|
void |
setIncrementalBackupType(String incrementalBackupType)
setIncrementalBackupType.
|
public BackupServiceInfoBean()
public BackupServiceInfoBean(String fullBackupType, String incrementalBackupType, String backupLogDir, Long defaultIncrementalJobPeriod)
fullBackupType - String, the type of full backupincrementalBackupType - String, the type of incremental backupbackupLogDir - String, the backup folderdefaultIncrementalJobPeriod - Long, the default incremental job periodpublic String getFullBackupType()
public void setFullBackupType(String fullBackupType)
fullBackupType - String, the type of full backuppublic String getIncrementalBackupType()
public void setIncrementalBackupType(String incrementalBackupType)
incrementalBackupType - String, the type of incremental backuppublic String getBackupLogDir()
public void setBackupLogDir(String backupLogDir)
backupLogDir - String, the path to backup log folderpublic Long getDefaultIncrementalJobPeriod()
public void setDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod)
defaultIncrementalJobPeriod - Long, the default incremental job periodCopyright © 2020 eXo Platform SAS. All Rights Reserved.