#include <timereventinfo.h>
◆ TimerEventInfo() [1/2]
| Jellyfin::DTO::TimerEventInfo::TimerEventInfo |
( |
| ) |
|
◆ TimerEventInfo() [2/2]
| Jellyfin::DTO::TimerEventInfo::TimerEventInfo |
( |
const TimerEventInfo & | other | ) |
|
◆ fromJson()
| TimerEventInfo Jellyfin::DTO::TimerEventInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ jellyfinId()
| QString Jellyfin::DTO::TimerEventInfo::jellyfinId |
( |
| ) |
const |
◆ jellyfinIdNull()
| bool Jellyfin::DTO::TimerEventInfo::jellyfinIdNull |
( |
| ) |
const |
◆ programId()
| QString Jellyfin::DTO::TimerEventInfo::programId |
( |
| ) |
const |
◆ programIdNull()
| bool Jellyfin::DTO::TimerEventInfo::programIdNull |
( |
| ) |
const |
◆ replaceData()
| void Jellyfin::DTO::TimerEventInfo::replaceData |
( |
TimerEventInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::TimerEventInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setJellyfinId()
| void Jellyfin::DTO::TimerEventInfo::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
◆ setJellyfinIdNull()
| void Jellyfin::DTO::TimerEventInfo::setJellyfinIdNull |
( |
| ) |
|
◆ setProgramId()
| void Jellyfin::DTO::TimerEventInfo::setProgramId |
( |
QString | newProgramId | ) |
|
◆ setProgramIdNull()
| void Jellyfin::DTO::TimerEventInfo::setProgramIdNull |
( |
| ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::TimerEventInfo::toJson |
( |
| ) |
const |
◆ m_jellyfinId
| QString Jellyfin::DTO::TimerEventInfo::m_jellyfinId |
|
protected |
◆ m_programId
| QString Jellyfin::DTO::TimerEventInfo::m_programId |
|
protected |
The documentation for this class was generated from the following files: