public class DetailedInfo extends ShortInfo
| Constructor and Description |
|---|
DetailedInfo()
DetailedInfo constructor.
|
DetailedInfo(int type,
BackupChain chain)
DetailedInfo constructor.
|
DetailedInfo(int type,
BackupChainLog chainLog)
DetailedInfo constructor.
|
DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
DetailedInfo constructor.
|
DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
DetailedInfo constructor.
|
DetailedInfo(int type,
RepositoryBackupChain chain)
DetailedInfo constructor.
|
DetailedInfo(int type,
RepositoryBackupChainLog chainLog)
DetailedInfo constructor.
|
DetailedInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
DetailedInfo constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BackupConfigBean |
getBackupConfig()
getBackupConfig.
|
void |
setBackupConfig(BackupConfigBean backupConfig)
setBackupConfig.
|
getBackupId, getBackupType, getFinishedTime, getRepositoryName, getStartedTime, getState, getType, getWorkspaceName, setBackupId, setBackupType, setFinishedTime, setRepositoryName, setStartedTime, setState, setType, setWorkspaceNamepublic DetailedInfo()
public DetailedInfo(int type,
BackupChain chain)
type - int, the type of detailed info (current or completed)chain - backupChainpublic DetailedInfo(int type,
RepositoryBackupChain chain)
type - int, the type of detailed info (current or completed)chain - backupChainpublic DetailedInfo(int type,
BackupChainLog chainLog)
type - int, the type of detailed info (current or completed)chainLog - BackupChainLogpublic DetailedInfo(int type,
RepositoryBackupChainLog chainLog)
type - int, the type of detailed info (current or completed)chainLog - RepositoryBackupChainLogpublic DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
type - int, the type of DetailedInfochainLog - BackupChainLog, chain log for restorestartedTime - Calendar, the started time of restorefinishedTime - Calendar, the finished time of restorestate - int, the state of restorepublic DetailedInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
type - int, the type of DetailedInfochainLog - BackupChainLog, chain log for restorestartedTime - Calendar, the started time of restorefinishedTime - Calendar, the finished time of restorestate - int, the state of restorerepositroryName - String, the repository nameworkspaceName - String, the workspace namepublic DetailedInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
type - int, the type of DetailedInfochainLog - RepositoryBackupChainLog, chain log for restorestartedTime - Calendar, the started time of restorefinishedTime - Calendar, the finished time of restorestate - int, the state of restorerepositroryName - String, the repository namepublic BackupConfigBean getBackupConfig()
public void setBackupConfig(BackupConfigBean backupConfig)
backupConfig - BackupConfigBean, the backup config beanCopyright © 2003–2021 eXo Platform SAS. All rights reserved.