30#ifndef JELLYFIN_DTO_SETCHANNELMAPPINGDTO_H
31#define JELLYFIN_DTO_SETCHANNELMAPPINGDTO_H
65 QJsonObject
toJson()
const;
Definition setchannelmappingdto.h:48
QString providerId() const
Gets or sets the provider id.
Definition setchannelmappingdto.cpp:83
static SetChannelMappingDto fromJson(QJsonObject source)
Definition setchannelmappingdto.cpp:60
void setFromJson(QJsonObject source)
Definition setchannelmappingdto.cpp:67
QString providerChannelId() const
Gets or sets the provider channel id.
Definition setchannelmappingdto.cpp:95
void replaceData(SetChannelMappingDto &other)
Definition setchannelmappingdto.cpp:54
QString m_providerChannelId
Definition setchannelmappingdto.h:99
QJsonObject toJson() const
Definition setchannelmappingdto.cpp:74
QString m_providerId
Definition setchannelmappingdto.h:97
QString tunerChannelId() const
Gets or sets the tuner channel id.
Definition setchannelmappingdto.cpp:89
QString m_tunerChannelId
Definition setchannelmappingdto.h:98
void setTunerChannelId(QString newTunerChannelId)
Gets or sets the tuner channel id.
Definition setchannelmappingdto.cpp:91
void setProviderId(QString newProviderId)
Gets or sets the provider id.
Definition setchannelmappingdto.cpp:85
void setProviderChannelId(QString newProviderChannelId)
Gets or sets the provider channel id.
Definition setchannelmappingdto.cpp:97
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