30#ifndef JELLYFIN_DTO_XMLATTRIBUTE_H
31#define JELLYFIN_DTO_XMLATTRIBUTE_H
59 QJsonObject
toJson()
const;
76 QString
value()
const;
Definition xmlattribute.h:48
void setName(QString newName)
Gets or sets the name of the attribute.
Definition xmlattribute.cpp:79
QString value() const
Gets or sets the value of the attribute.
Definition xmlattribute.cpp:90
void replaceData(XmlAttribute &other)
Definition xmlattribute.cpp:43
QString name() const
Gets or sets the name of the attribute.
Definition xmlattribute.cpp:77
bool valueNull() const
Definition xmlattribute.cpp:95
XmlAttribute()
Definition xmlattribute.cpp:35
void setValue(QString newValue)
Gets or sets the value of the attribute.
Definition xmlattribute.cpp:92
void setNameNull()
Definition xmlattribute.cpp:86
QJsonObject toJson() const
Definition xmlattribute.cpp:61
void setFromJson(QJsonObject source)
Definition xmlattribute.cpp:55
QString m_value
Definition xmlattribute.h:87
QString m_name
Definition xmlattribute.h:86
void setValueNull()
Definition xmlattribute.cpp:99
bool nameNull() const
Definition xmlattribute.cpp:82
static XmlAttribute fromJson(QJsonObject source)
Definition xmlattribute.cpp:48
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