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

#include <seriestimerinfodtoqueryresult.h>

Public Member Functions

 SeriesTimerInfoDtoQueryResult (qint32 totalRecordCount, qint32 startIndex)
 
 SeriesTimerInfoDtoQueryResult (const SeriesTimerInfoDtoQueryResult &other)
 
void replaceData (SeriesTimerInfoDtoQueryResult &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QList< SeriesTimerInfoDtoitems () const
 Gets or sets the items.
 
void setItems (QList< SeriesTimerInfoDto > newItems)
 Gets or sets the items.
 
bool itemsNull () const
 
void setItemsNull ()
 
qint32 totalRecordCount () const
 The total number of records available.
 
void setTotalRecordCount (qint32 newTotalRecordCount)
 The total number of records available.
 
qint32 startIndex () const
 The index of the first record in Items.
 
void setStartIndex (qint32 newStartIndex)
 The index of the first record in Items.
 

Static Public Member Functions

static SeriesTimerInfoDtoQueryResult fromJson (QJsonObject source)
 

Protected Attributes

QList< SeriesTimerInfoDtom_items
 
qint32 m_totalRecordCount
 
qint32 m_startIndex
 

Constructor & Destructor Documentation

◆ SeriesTimerInfoDtoQueryResult() [1/2]

Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::SeriesTimerInfoDtoQueryResult ( qint32 totalRecordCount,
qint32 startIndex )

◆ SeriesTimerInfoDtoQueryResult() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ items()

QList< SeriesTimerInfoDto > Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::items ( ) const

Gets or sets the items.

◆ itemsNull()

bool Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::itemsNull ( ) const

◆ replaceData()

void Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::replaceData ( SeriesTimerInfoDtoQueryResult & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::setFromJson ( QJsonObject source)

◆ setItems()

void Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::setItems ( QList< SeriesTimerInfoDto > newItems)

Gets or sets the items.

◆ setItemsNull()

void Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::setItemsNull ( )

◆ setStartIndex()

void Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::setStartIndex ( qint32 newStartIndex)

The index of the first record in Items.

◆ setTotalRecordCount()

void Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::setTotalRecordCount ( qint32 newTotalRecordCount)

The total number of records available.

◆ startIndex()

qint32 Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::startIndex ( ) const

The index of the first record in Items.

◆ toJson()

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

◆ totalRecordCount()

qint32 Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::totalRecordCount ( ) const

The total number of records available.

Member Data Documentation

◆ m_items

QList<SeriesTimerInfoDto> Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::m_items
protected

◆ m_startIndex

qint32 Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::m_startIndex
protected

◆ m_totalRecordCount

qint32 Jellyfin::DTO::SeriesTimerInfoDtoQueryResult::m_totalRecordCount
protected

The documentation for this class was generated from the following files: