30#ifndef JELLYFIN_DTO_PLUGINSECURITYINFO_H
31#define JELLYFIN_DTO_PLUGINSECURITYINFO_H
63 QJsonObject
toJson()
const;
Definition pluginsecurityinfo.h:48
QString supporterKey() const
Gets or sets the supporter key.
Definition pluginsecurityinfo.cpp:79
static PluginSecurityInfo fromJson(QJsonObject source)
Definition pluginsecurityinfo.cpp:54
void replaceData(PluginSecurityInfo &other)
Definition pluginsecurityinfo.cpp:49
bool supporterKeyNull() const
Definition pluginsecurityinfo.cpp:84
bool m_isMbSupporter
Definition pluginsecurityinfo.h:89
QJsonObject toJson() const
Definition pluginsecurityinfo.cpp:67
bool isMbSupporter() const
Gets or sets a value indicating whether is mb supporter.
Definition pluginsecurityinfo.cpp:92
void setIsMbSupporter(bool newIsMbSupporter)
Gets or sets a value indicating whether is mb supporter.
Definition pluginsecurityinfo.cpp:94
QString m_supporterKey
Definition pluginsecurityinfo.h:88
void setSupporterKeyNull()
Definition pluginsecurityinfo.cpp:88
void setSupporterKey(QString newSupporterKey)
Gets or sets the supporter key.
Definition pluginsecurityinfo.cpp:81
void setFromJson(QJsonObject source)
Definition pluginsecurityinfo.cpp:61
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