![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <setchannelmappingdto.h>
Public Member Functions | |
| SetChannelMappingDto (QString providerId, QString tunerChannelId, QString providerChannelId) | |
| SetChannelMappingDto (const SetChannelMappingDto &other) | |
| void | replaceData (SetChannelMappingDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | providerId () const |
| Gets or sets the provider id. | |
| void | setProviderId (QString newProviderId) |
| Gets or sets the provider id. | |
| QString | tunerChannelId () const |
| Gets or sets the tuner channel id. | |
| void | setTunerChannelId (QString newTunerChannelId) |
| Gets or sets the tuner channel id. | |
| QString | providerChannelId () const |
| Gets or sets the provider channel id. | |
| void | setProviderChannelId (QString newProviderChannelId) |
| Gets or sets the provider channel id. | |
Static Public Member Functions | |
| static SetChannelMappingDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_providerId |
| QString | m_tunerChannelId |
| QString | m_providerChannelId |
| Jellyfin::DTO::SetChannelMappingDto::SetChannelMappingDto | ( | QString | providerId, |
| QString | tunerChannelId, | ||
| QString | providerChannelId ) |
| Jellyfin::DTO::SetChannelMappingDto::SetChannelMappingDto | ( | const SetChannelMappingDto & | other | ) |
|
static |
| QString Jellyfin::DTO::SetChannelMappingDto::providerChannelId | ( | ) | const |
Gets or sets the provider channel id.
| QString Jellyfin::DTO::SetChannelMappingDto::providerId | ( | ) | const |
Gets or sets the provider id.
| void Jellyfin::DTO::SetChannelMappingDto::replaceData | ( | SetChannelMappingDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::SetChannelMappingDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::SetChannelMappingDto::setProviderChannelId | ( | QString | newProviderChannelId | ) |
Gets or sets the provider channel id.
| void Jellyfin::DTO::SetChannelMappingDto::setProviderId | ( | QString | newProviderId | ) |
Gets or sets the provider id.
| void Jellyfin::DTO::SetChannelMappingDto::setTunerChannelId | ( | QString | newTunerChannelId | ) |
Gets or sets the tuner channel id.
| QJsonObject Jellyfin::DTO::SetChannelMappingDto::toJson | ( | ) | const |
| QString Jellyfin::DTO::SetChannelMappingDto::tunerChannelId | ( | ) | const |
Gets or sets the tuner channel id.
|
protected |
|
protected |
|
protected |