public class DetailedInfoEx extends DetailedInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
failMessage |
protected RepositoryEntry |
repositoryEntry |
protected WorkspaceEntry |
workspaceEntry |
| Constructor and Description |
|---|
DetailedInfoEx(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName,
WorkspaceEntry workspaceEntry,
String failMessage) |
DetailedInfoEx(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
RepositoryEntry repositoryEntry,
String failMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailMessage() |
WorkspaceEntry |
getWorkspaceEntry() |
void |
setFailMessage(String failMessage) |
void |
setWorkspaceEntry(WorkspaceEntry workspaceEntry) |
getBackupConfig, setBackupConfiggetBackupId, getBackupType, getFinishedTime, getRepositoryName, getStartedTime, getState, getType, getWorkspaceName, setBackupId, setBackupType, setFinishedTime, setRepositoryName, setStartedTime, setState, setType, setWorkspaceNameprotected WorkspaceEntry workspaceEntry
protected RepositoryEntry repositoryEntry
protected String failMessage
public DetailedInfoEx(int type,
BackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
String workspaceName,
WorkspaceEntry workspaceEntry,
String failMessage)
public DetailedInfoEx(int type,
RepositoryBackupChainLog chainLog,
Calendar startedTime,
Calendar finishedTime,
int state,
String repositroryName,
RepositoryEntry repositoryEntry,
String failMessage)
public String getFailMessage()
public void setFailMessage(String failMessage)
public WorkspaceEntry getWorkspaceEntry()
public void setWorkspaceEntry(WorkspaceEntry workspaceEntry)
Copyright © 2020 eXo Platform SAS. All Rights Reserved.