30#ifndef JELLYFIN_DTO_TIMEREVENTINFO_H
31#define JELLYFIN_DTO_TIMEREVENTINFO_H
59 QJsonObject
toJson()
const;
Definition timereventinfo.h:48
void setProgramId(QString newProgramId)
Definition timereventinfo.cpp:92
bool jellyfinIdNull() const
Definition timereventinfo.cpp:82
QString programId() const
Definition timereventinfo.cpp:90
void setJellyfinIdNull()
Definition timereventinfo.cpp:86
void setFromJson(QJsonObject source)
Definition timereventinfo.cpp:55
bool programIdNull() const
Definition timereventinfo.cpp:95
void setJellyfinId(QString newJellyfinId)
Definition timereventinfo.cpp:79
QString jellyfinId() const
Definition timereventinfo.cpp:77
TimerEventInfo()
Definition timereventinfo.cpp:35
QString m_jellyfinId
Definition timereventinfo.h:78
QJsonObject toJson() const
Definition timereventinfo.cpp:61
static TimerEventInfo fromJson(QJsonObject source)
Definition timereventinfo.cpp:48
void setProgramIdNull()
Definition timereventinfo.cpp:99
void replaceData(TimerEventInfo &other)
Definition timereventinfo.cpp:43
QString m_programId
Definition timereventinfo.h:79
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