Class holding a backup job query result.
More...
Class holding a backup job query result.
Definition at line 60 of file MBackupQuery.h.
unsigned long long getEndTime |
( |
| ) |
|
- Returns
- the backup query ending time
std::string getJobIds |
( |
| ) |
|
- Returns
- the backup query comma separated list of the jobs IDs
std::string getJobOwner |
( |
| ) |
|
- Returns
- the backup query jobs owner
std::string getJobsName |
( |
| ) |
|
- Returns
- the backup query comma separated list of the jobs names
unsigned long long getStartTime |
( |
| ) |
|
- Returns
- the backup query starting time
- Returns
- the backup query template ID
void setEndTime |
( |
unsigned long long |
_endTime | ) |
|
Sets the query end time
- Parameters
-
[in] | _endTime | The query end time |
void setJobIds |
( |
std::string |
_jobIds | ) |
|
Sets the query jobs IDs
- Parameters
-
[in] | _jobIds | The query jobs IDs as a comma separated string |
void setJobOwner |
( |
std::string |
_jobOwner | ) |
|
Sets the query jobs owner
- Parameters
-
[in] | _jobOwner | The query jobs owner |
void setJobsName |
( |
std::string |
_jobsName | ) |
|
Sets the query jobs names
- Parameters
-
[in] | _jobsName | The query jobs name as a comma separated string |
void setStartTime |
( |
unsigned long long |
_startTime | ) |
|
Sets the query start time
- Parameters
-
[in] | _startTime | The query start time |
void setTemplateId |
( |
long |
_templateId | ) |
|
Sets the query template ID
- Parameters
-
[in] | _templateId | The query template ID |
The documentation for this class was generated from the following file: