![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <taskresult.h>
Public Member Functions | |
| TaskResult (QDateTime startTimeUtc, QDateTime endTimeUtc, TaskCompletionStatus status) | |
| TaskResult (const TaskResult &other) | |
| void | replaceData (TaskResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QDateTime | startTimeUtc () const |
| Gets or sets the start time UTC. | |
| void | setStartTimeUtc (QDateTime newStartTimeUtc) |
| Gets or sets the start time UTC. | |
| QDateTime | endTimeUtc () const |
| Gets or sets the end time UTC. | |
| void | setEndTimeUtc (QDateTime newEndTimeUtc) |
| Gets or sets the end time UTC. | |
| TaskCompletionStatus | status () const |
| void | setStatus (TaskCompletionStatus newStatus) |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| bool | nameNull () const |
| void | setNameNull () |
| QString | key () const |
| Gets or sets the key. | |
| void | setKey (QString newKey) |
| Gets or sets the key. | |
| bool | keyNull () const |
| void | setKeyNull () |
| QString | jellyfinId () const |
| Gets or sets the id. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets or sets the id. | |
| bool | jellyfinIdNull () const |
| void | setJellyfinIdNull () |
| QString | errorMessage () const |
| Gets or sets the error message. | |
| void | setErrorMessage (QString newErrorMessage) |
| Gets or sets the error message. | |
| bool | errorMessageNull () const |
| void | setErrorMessageNull () |
| QString | longErrorMessage () const |
| Gets or sets the long error message. | |
| void | setLongErrorMessage (QString newLongErrorMessage) |
| Gets or sets the long error message. | |
| bool | longErrorMessageNull () const |
| void | setLongErrorMessageNull () |
Static Public Member Functions | |
| static TaskResult | fromJson (QJsonObject source) |
Protected Attributes | |
| QDateTime | m_startTimeUtc |
| QDateTime | m_endTimeUtc |
| TaskCompletionStatus | m_status |
| QString | m_name |
| QString | m_key |
| QString | m_jellyfinId |
| QString | m_errorMessage |
| QString | m_longErrorMessage |
| Jellyfin::DTO::TaskResult::TaskResult | ( | QDateTime | startTimeUtc, |
| QDateTime | endTimeUtc, | ||
| TaskCompletionStatus | status ) |
| Jellyfin::DTO::TaskResult::TaskResult | ( | const TaskResult & | other | ) |
| QDateTime Jellyfin::DTO::TaskResult::endTimeUtc | ( | ) | const |
Gets or sets the end time UTC.
| QString Jellyfin::DTO::TaskResult::errorMessage | ( | ) | const |
Gets or sets the error message.
| bool Jellyfin::DTO::TaskResult::errorMessageNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::TaskResult::jellyfinId | ( | ) | const |
Gets or sets the id.
| bool Jellyfin::DTO::TaskResult::jellyfinIdNull | ( | ) | const |
| QString Jellyfin::DTO::TaskResult::key | ( | ) | const |
Gets or sets the key.
| bool Jellyfin::DTO::TaskResult::keyNull | ( | ) | const |
| QString Jellyfin::DTO::TaskResult::longErrorMessage | ( | ) | const |
Gets or sets the long error message.
| bool Jellyfin::DTO::TaskResult::longErrorMessageNull | ( | ) | const |
| QString Jellyfin::DTO::TaskResult::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::TaskResult::nameNull | ( | ) | const |
| void Jellyfin::DTO::TaskResult::replaceData | ( | TaskResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::TaskResult::setEndTimeUtc | ( | QDateTime | newEndTimeUtc | ) |
Gets or sets the end time UTC.
| void Jellyfin::DTO::TaskResult::setErrorMessage | ( | QString | newErrorMessage | ) |
Gets or sets the error message.
| void Jellyfin::DTO::TaskResult::setErrorMessageNull | ( | ) |
| void Jellyfin::DTO::TaskResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::TaskResult::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets or sets the id.
| void Jellyfin::DTO::TaskResult::setJellyfinIdNull | ( | ) |
| void Jellyfin::DTO::TaskResult::setKey | ( | QString | newKey | ) |
Gets or sets the key.
| void Jellyfin::DTO::TaskResult::setKeyNull | ( | ) |
| void Jellyfin::DTO::TaskResult::setLongErrorMessage | ( | QString | newLongErrorMessage | ) |
Gets or sets the long error message.
| void Jellyfin::DTO::TaskResult::setLongErrorMessageNull | ( | ) |
| void Jellyfin::DTO::TaskResult::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::TaskResult::setNameNull | ( | ) |
| void Jellyfin::DTO::TaskResult::setStartTimeUtc | ( | QDateTime | newStartTimeUtc | ) |
Gets or sets the start time UTC.
| void Jellyfin::DTO::TaskResult::setStatus | ( | TaskCompletionStatus | newStatus | ) |
| QDateTime Jellyfin::DTO::TaskResult::startTimeUtc | ( | ) | const |
Gets or sets the start time UTC.
| TaskCompletionStatus Jellyfin::DTO::TaskResult::status | ( | ) | const |
| QJsonObject Jellyfin::DTO::TaskResult::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |