|
MoleQueue 0.9.0
|
#include <jobevent.h>
Public Member Functions | |
| JobEvent (const JobEvent &other) | |
| JobEvent & | operator= (const JobEvent &other) |
| QString | acctHost () const |
| void | setAcctHost (const QString &host) |
| qint64 | eventTime () const |
| void | setEventTime (qint64 time) |
| QString | eventType () const |
| void | setEventType (const QString &type) |
| qint64 | jobId () const |
| void | setJobId (qint64 id) |
| QString | jobQueue () const |
| void | setJobQueue (const QString &queue) |
| QString | jobStatus () const |
| void | setJobStatus (const QString &status) |
| QString | jobStatusText () const |
| void | setJobStatusText (const QString &text) |
class using to model UIT JobEvent.
| JobEvent | ( | const JobEvent & | other | ) |
| other | The JobEvent instance being copied. |
| JobEvent & operator= | ( | const JobEvent & | other | ) |
| other | The JobEvent instance being assigned. |
| QString acctHost | ( | ) | const |
| void setAcctHost | ( | const QString & | host | ) |
| host | The account host. |
| qint64 eventTime | ( | ) | const |
| void setEventTime | ( | qint64 | time | ) |
| time | The event time. |
| QString eventType | ( | ) | const |
| void setEventType | ( | const QString & | type | ) |
| type | The event type. |
| qint64 jobId | ( | ) | const |
| void setJobId | ( | qint64 | id | ) |
| id | The job ID. |
| QString jobQueue | ( | ) | const |
| void setJobQueue | ( | const QString & | queue | ) |
| queue | The queue name. |
| QString jobStatus | ( | ) | const |
| void setJobStatus | ( | const QString & | status | ) |
| status | The job status. |
| QString jobStatusText | ( | ) | const |
| void setJobStatusText | ( | const QString & | text | ) |
| text | The job status text. |