Package backupmanager.schedule
Class BackupResult
java.lang.Object
backupmanager.schedule.BackupResult
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionBackupResult
(Integer dbIndex, String backupSchedule, Long startTime, Long endTime, BackupResult.RESULT result, String detail) BackupResult
(String backupSchedule, Long startTime) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDbIndex
(Integer dbIndex) void
void
setEndTime
(Long endTime) void
setResult
(BackupResult.RESULT result) toString()
-
Constructor Details
-
BackupResult
-
BackupResult
-
-
Method Details
-
getBackupSchedule
- Returns:
- the backupSchedule
-
getStartTime
- Returns:
- the startTime
-
getEndTime
- Returns:
- the endTime
-
getResult
- Returns:
- the result
-
getDetail
- Returns:
- the detail
-
getDbIndex
- Returns:
- the dbIndex
-
setDbIndex
- Parameters:
dbIndex
- the dbIndex to set
-
setEndTime
- Parameters:
endTime
- the endTime to set
-
setResult
- Parameters:
result
- the result to set
-
setDetail
- Parameters:
detail
- the detail to set
-
toString
-