public class ShortInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPLETED
The type for completed backup.
|
static int |
CURRENT
The type for current backup.
|
static int |
RESTORE
The type for current restore.
|
| Constructor and Description |
|---|
ShortInfo()
ShortInfo.
|
ShortInfo(int type,
BackupChain chain)
ShortInfo constructor.
|
ShortInfo(int type,
BackupChainLog chainLog)
ShortInfo constructor.
|
ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
ShortInfo constructor.
|
ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
ShortInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChain chain)
ShortInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChainLog chainLog)
ShortInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
ShortInfo constructor.
|
ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
ShortInfo constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupId()
getBackupId.
|
Integer |
getBackupType()
getBackupType.
|
String |
getFinishedTime()
getFinishedTime.
|
String |
getRepositoryName()
getRepositoryName.
|
String |
getStartedTime()
getStartedTime.
|
Integer |
getState()
getState.
|
Integer |
getType()
getType.
|
String |
getWorkspaceName()
getWorkspaceName.
|
void |
setBackupId(String backupId)
setBackupId.
|
void |
setBackupType(Integer backupType)
setBackupType.
|
void |
setFinishedTime(String finishedTime)
setFinishedTime.
|
void |
setRepositoryName(String repositoryName)
setRepositoryName.
|
void |
setStartedTime(String startedTime)
setStartedTime.
|
void |
setState(Integer state)
setState.
|
void |
setType(Integer type)
setType.
|
void |
setWorkspaceName(String workspaceName)
setWorkspaceName.
|
public static final int CURRENT
public static final int COMPLETED
public static final int RESTORE
public ShortInfo()
public ShortInfo(int type,
BackupChain chain)
type - int, the tupe of short infochain - BackupChain, the backup chain for current backup.public ShortInfo(int type,
RepositoryBackupChain chain)
type - int, the tupe of short infochain - RepositoryBackupChain, the backup chain for current backup.public ShortInfo(int type,
BackupChainLog chainLog)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.public ShortInfo(int type,
RepositoryBackupChainLog chainLog)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.public ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restorepublic ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state)
type - int, the type of short infochainLog - RepositoryBackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restorepublic ShortInfo(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restorerepositroryName - String, the repository nameworkspaceName - String, the workspace namepublic ShortInfo(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName)
type - int, the tupe of short infochainLog - BackupChainLog, the backup chain log for completed backup.startedTime - Calendar, the stated timefinishedTime - Calendar, the finished timestate - int, the state of restorerepositroryName - String, the repository namepublic Integer getState()
public void setState(Integer state)
state - Integer, the state of backup or restorepublic String getBackupId()
public void setBackupId(String backupId)
backupId - the backup identifierpublic String getRepositoryName()
public void setRepositoryName(String repositoryName)
repositoryName - String, repository namepublic String getWorkspaceName()
public void setWorkspaceName(String workspaceName)
workspaceName - String, the workspace namepublic String getStartedTime()
public void setStartedTime(String startedTime)
startedTime - String, the started time of backup or restorepublic String getFinishedTime()
public void setFinishedTime(String finishedTime)
finishedTime - String, the finished time of backup or restorepublic Integer getType()
public void setType(Integer type)
type - Integer, the type of ShortInfopublic Integer getBackupType()
public void setBackupType(Integer backupType)
backupType - Integer, the backup typeCopyright © 2003–2021 eXo Platform SAS. All rights reserved.