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