Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::TimerEventInfo Class Reference

#include <timereventinfo.h>

Public Member Functions

 TimerEventInfo (QString jellyfinId)
 TimerEventInfo (const TimerEventInfo &other)
void replaceData (TimerEventInfo &other)
void setFromJson (QJsonObject source)
QJsonObject toJson () const
QString jellyfinId () const
void setJellyfinId (QString newJellyfinId)
QString programId () const
void setProgramId (QString newProgramId)
bool programIdNull () const
void setProgramIdNull ()

Static Public Member Functions

static TimerEventInfo fromJson (QJsonObject source)

Protected Attributes

QString m_jellyfinId
QString m_programId

Constructor & Destructor Documentation

◆ TimerEventInfo() [1/2]

Jellyfin::DTO::TimerEventInfo::TimerEventInfo ( QString jellyfinId)

◆ TimerEventInfo() [2/2]

Jellyfin::DTO::TimerEventInfo::TimerEventInfo ( const TimerEventInfo & other)

Member Function Documentation

◆ fromJson()

TimerEventInfo Jellyfin::DTO::TimerEventInfo::fromJson ( QJsonObject source)
static

◆ jellyfinId()

QString Jellyfin::DTO::TimerEventInfo::jellyfinId ( ) 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)

◆ setProgramId()

void Jellyfin::DTO::TimerEventInfo::setProgramId ( QString newProgramId)

◆ setProgramIdNull()

void Jellyfin::DTO::TimerEventInfo::setProgramIdNull ( )

◆ toJson()

QJsonObject Jellyfin::DTO::TimerEventInfo::toJson ( ) const

Member Data Documentation

◆ 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: