#include <setchannelmappingdto.h>
◆ SetChannelMappingDto() [1/2]
Jellyfin::DTO::SetChannelMappingDto::SetChannelMappingDto |
( |
QString | providerId, |
|
|
QString | tunerChannelId, |
|
|
QString | providerChannelId ) |
◆ SetChannelMappingDto() [2/2]
◆ fromJson()
◆ providerChannelId()
QString Jellyfin::DTO::SetChannelMappingDto::providerChannelId |
( |
| ) |
const |
Gets or sets the provider channel id.
◆ providerId()
QString Jellyfin::DTO::SetChannelMappingDto::providerId |
( |
| ) |
const |
Gets or sets the provider id.
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::SetChannelMappingDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setProviderChannelId()
void Jellyfin::DTO::SetChannelMappingDto::setProviderChannelId |
( |
QString | newProviderChannelId | ) |
|
Gets or sets the provider channel id.
◆ setProviderId()
void Jellyfin::DTO::SetChannelMappingDto::setProviderId |
( |
QString | newProviderId | ) |
|
Gets or sets the provider id.
◆ setTunerChannelId()
void Jellyfin::DTO::SetChannelMappingDto::setTunerChannelId |
( |
QString | newTunerChannelId | ) |
|
Gets or sets the tuner channel id.
◆ toJson()
QJsonObject Jellyfin::DTO::SetChannelMappingDto::toJson |
( |
| ) |
const |
◆ tunerChannelId()
QString Jellyfin::DTO::SetChannelMappingDto::tunerChannelId |
( |
| ) |
const |
Gets or sets the tuner channel id.
◆ m_providerChannelId
QString Jellyfin::DTO::SetChannelMappingDto::m_providerChannelId |
|
protected |
◆ m_providerId
QString Jellyfin::DTO::SetChannelMappingDto::m_providerId |
|
protected |
◆ m_tunerChannelId
QString Jellyfin::DTO::SetChannelMappingDto::m_tunerChannelId |
|
protected |
The documentation for this class was generated from the following files: