MBackupQuery Class Reference

Class holding a backup job query result. More...

Public Member Functions

unsigned long long getEndTime ()
 
std::string getJobIds ()
 
std::string getJobOwner ()
 
std::string getJobsName ()
 
unsigned long long getStartTime ()
 
long getTemplateId ()
 
 MBackupQuery ()
 
void setEndTime (unsigned long long _endTime)
 
void setJobIds (std::string _jobIds)
 
void setJobOwner (std::string _jobOwner)
 
void setJobsName (std::string _jobsName)
 
void setStartTime (unsigned long long _startTime)
 
void setTemplateId (long _templateId)
 
 ~MBackupQuery ()
 

Detailed Description

Class holding a backup job query result.

Definition at line 60 of file MBackupQuery.h.

Constructor & Destructor Documentation

Default constructor

Default destructor

Member Function Documentation

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
long getTemplateId ( )
Returns
the backup query template ID
void setEndTime ( unsigned long long  _endTime)

Sets the query end time

Parameters
[in]_endTimeThe query end time
void setJobIds ( std::string  _jobIds)

Sets the query jobs IDs

Parameters
[in]_jobIdsThe query jobs IDs as a comma separated string
void setJobOwner ( std::string  _jobOwner)

Sets the query jobs owner

Parameters
[in]_jobOwnerThe query jobs owner
void setJobsName ( std::string  _jobsName)

Sets the query jobs names

Parameters
[in]_jobsNameThe query jobs name as a comma separated string
void setStartTime ( unsigned long long  _startTime)

Sets the query start time

Parameters
[in]_startTimeThe query start time
void setTemplateId ( long  _templateId)

Sets the query template ID

Parameters
[in]_templateIdThe query template ID

The documentation for this class was generated from the following file: