Class holding a backup job query result.
More...
Class holding a backup job query result.
Holds data related to a backup job
Definition at line 61 of file MBackupJob.h.
unsigned long long getBackupTime |
( |
| ) |
|
- Returns
- the time when the job has been backed up
- Returns
- the job template ID
std::string getEngineVersion |
( |
| ) |
|
- Returns
- job template version
- Returns
- the job ID as a long value
- Returns
- the original referenced job ID
std::string getJobName |
( |
| ) |
|
- Returns
- the original job owner
void setBackupTime |
( |
unsigned long long |
_backupTime | ) |
|
Sets the backup job time
- Parameters
-
[in] | _backupTime | The job backup time |
void setEngine |
( |
long |
_engine | ) |
|
Sets the job template ID
- Parameters
-
[in] | _engine | The job template ID |
void setEngineVersion |
( |
std::string |
_engineVersion | ) |
|
Sets the job template version
- Parameters
-
[in] | _engineVersion | The job template version |
Sets the backup job ID
- Parameters
-
void setJobId |
( |
long |
_jobId | ) |
|
Sets the original referenced job ID
- Parameters
-
[in] | _jobId | The original job ID |
void setJobName |
( |
std::string |
_jobName | ) |
|
Sets the job name
- Parameters
-
void setOwner |
( |
std::string |
_owner | ) |
|
Sets the original job owner
- Parameters
-
The documentation for this class was generated from the following file: