Package backupmanager.schedule
Class BackupResult
java.lang.Object
backupmanager.schedule.BackupResult
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionBackupResult(Integer dbIndex, String backupSchedule, Long startTime, Long endTime, BackupResult.RESULT result, String detail) BackupResult(String backupSchedule, Long startTime)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetDbIndex(Integer dbIndex) voidvoidsetEndTime(Long endTime) voidsetResult(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
 
 -