30#ifndef JELLYFIN_DTO_TASKRESULT_H
31#define JELLYFIN_DTO_TASKRESULT_H
67 QJsonObject
toJson()
const;
111 void setKey(QString newKey);
Value
Definition taskcompletionstatus.h:49
Definition taskresult.h:50
static TaskResult fromJson(QJsonObject source)
Definition taskresult.cpp:70
QDateTime startTimeUtc() const
Gets or sets the start time UTC.
Definition taskresult.cpp:123
QJsonObject toJson() const
Definition taskresult.cpp:89
bool keyNull() const
Definition taskresult.cpp:159
TaskCompletionStatus status() const
Definition taskresult.cpp:135
TaskCompletionStatus m_status
Definition taskresult.h:152
void setJellyfinIdNull()
Definition taskresult.cpp:176
void setErrorMessageNull()
Definition taskresult.cpp:189
bool jellyfinIdNull() const
Definition taskresult.cpp:172
QString errorMessage() const
Gets or sets the error message.
Definition taskresult.cpp:180
QDateTime m_endTimeUtc
Definition taskresult.h:151
void setEndTimeUtc(QDateTime newEndTimeUtc)
Gets or sets the end time UTC.
Definition taskresult.cpp:131
QString longErrorMessage() const
Gets or sets the long error message.
Definition taskresult.cpp:193
void replaceData(TaskResult &other)
Definition taskresult.cpp:59
void setStartTimeUtc(QDateTime newStartTimeUtc)
Gets or sets the start time UTC.
Definition taskresult.cpp:125
void setLongErrorMessageNull()
Definition taskresult.cpp:202
void setJellyfinId(QString newJellyfinId)
Gets or sets the id.
Definition taskresult.cpp:169
QString m_longErrorMessage
Definition taskresult.h:157
QDateTime m_startTimeUtc
Definition taskresult.h:150
void setKey(QString newKey)
Gets or sets the key.
Definition taskresult.cpp:156
QString m_name
Definition taskresult.h:153
void setStatus(TaskCompletionStatus newStatus)
Definition taskresult.cpp:137
void setErrorMessage(QString newErrorMessage)
Gets or sets the error message.
Definition taskresult.cpp:182
void setLongErrorMessage(QString newLongErrorMessage)
Gets or sets the long error message.
Definition taskresult.cpp:195
QString m_jellyfinId
Definition taskresult.h:155
void setKeyNull()
Definition taskresult.cpp:163
QString name() const
Gets or sets the name.
Definition taskresult.cpp:141
void setNameNull()
Definition taskresult.cpp:150
QString m_key
Definition taskresult.h:154
QString jellyfinId() const
Gets or sets the id.
Definition taskresult.cpp:167
bool nameNull() const
Definition taskresult.cpp:146
QDateTime endTimeUtc() const
Gets or sets the end time UTC.
Definition taskresult.cpp:129
void setFromJson(QJsonObject source)
Definition taskresult.cpp:77
void setName(QString newName)
Gets or sets the name.
Definition taskresult.cpp:143
QString key() const
Gets or sets the key.
Definition taskresult.cpp:154
QString m_errorMessage
Definition taskresult.h:156
bool longErrorMessageNull() const
Definition taskresult.cpp:198
bool errorMessageNull() const
Definition taskresult.cpp:185
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45