#include <jobevent.h>
class using to model UIT JobEvent.
- Parameters
-
other | The JobEvent instance being copied. |
- Parameters
-
other | The JobEvent instance being assigned. |
QString acctHost |
( |
| ) |
const |
void setAcctHost |
( |
const QString & |
host | ) |
|
qint64 eventTime |
( |
| ) |
const |
- Returns
- The event time for this job event.
void setEventTime |
( |
qint64 |
time | ) |
|
QString eventType |
( |
| ) |
const |
- Returns
- The event type for this job event
void setEventType |
( |
const QString & |
type | ) |
|
- Returns
- The job ID for this job event.
void setJobId |
( |
qint64 |
id | ) |
|
QString jobQueue |
( |
| ) |
const |
- Returns
- The job queue associated with this job event.
void setJobQueue |
( |
const QString & |
queue | ) |
|
QString jobStatus |
( |
| ) |
const |
- Returns
- The job status associated with this job event.
void setJobStatus |
( |
const QString & |
status | ) |
|
QString jobStatusText |
( |
| ) |
const |
- Returns
- The job status text associated with this job event.
void setJobStatusText |
( |
const QString & |
text | ) |
|
The documentation for this class was generated from the following file: