30#ifndef JELLYFIN_DTO_SERIESTIMERINFODTOQUERYRESULT_H
31#define JELLYFIN_DTO_SERIESTIMERINFODTOQUERYRESULT_H
66 QJsonObject
toJson()
const;
Definition seriestimerinfodtoqueryresult.h:50
void setStartIndex(qint32 newStartIndex)
The index of the first record in Items.
Definition seriestimerinfodtoqueryresult.cpp:106
void setTotalRecordCount(qint32 newTotalRecordCount)
The total number of records available.
Definition seriestimerinfodtoqueryresult.cpp:100
qint32 startIndex() const
The index of the first record in Items.
Definition seriestimerinfodtoqueryresult.cpp:104
QJsonObject toJson() const
Definition seriestimerinfodtoqueryresult.cpp:72
static SeriesTimerInfoDtoQueryResult fromJson(QJsonObject source)
Definition seriestimerinfodtoqueryresult.cpp:58
qint32 totalRecordCount() const
The total number of records available.
Definition seriestimerinfodtoqueryresult.cpp:98
qint32 m_startIndex
Definition seriestimerinfodtoqueryresult.h:102
qint32 m_totalRecordCount
Definition seriestimerinfodtoqueryresult.h:101
void setFromJson(QJsonObject source)
Definition seriestimerinfodtoqueryresult.cpp:65
QList< SeriesTimerInfoDto > items() const
Gets or sets the items.
Definition seriestimerinfodtoqueryresult.cpp:85
void replaceData(SeriesTimerInfoDtoQueryResult &other)
Definition seriestimerinfodtoqueryresult.cpp:52
void setItems(QList< SeriesTimerInfoDto > newItems)
Gets or sets the items.
Definition seriestimerinfodtoqueryresult.cpp:87
bool itemsNull() const
Definition seriestimerinfodtoqueryresult.cpp:90
void setItemsNull()
Definition seriestimerinfodtoqueryresult.cpp:94
QList< SeriesTimerInfoDto > m_items
Definition seriestimerinfodtoqueryresult.h:100
Definition mediaplayer2.h:20
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