30#ifndef JELLYFIN_DTO_DEVICEIDENTIFICATION_H
31#define JELLYFIN_DTO_DEVICEIDENTIFICATION_H
62 QJsonObject
toJson()
const;
Definition deviceidentification.h:51
QString m_serialNumber
Definition deviceidentification.h:168
void setModelDescriptionNull()
Definition deviceidentification.cpp:194
bool modelUrlNull() const
Definition deviceidentification.cpp:203
void setModelNumberNull()
Definition deviceidentification.cpp:155
QString modelUrl() const
Gets or sets the model URL.
Definition deviceidentification.cpp:198
QString modelNumber() const
Gets or sets the model number.
Definition deviceidentification.cpp:146
QString m_modelDescription
Definition deviceidentification.h:170
void setHeadersNull()
Definition deviceidentification.cpp:246
QList< HttpHeaderInfo > m_headers
Definition deviceidentification.h:174
QJsonObject toJson() const
Definition deviceidentification.cpp:82
bool manufacturerUrlNull() const
Definition deviceidentification.cpp:229
void setManufacturerUrl(QString newManufacturerUrl)
Gets or sets the manufacturer URL.
Definition deviceidentification.cpp:226
QString serialNumber() const
Gets or sets the serial number.
Definition deviceidentification.cpp:159
bool modelNumberNull() const
Definition deviceidentification.cpp:151
void setModelUrl(QString newModelUrl)
Gets or sets the model URL.
Definition deviceidentification.cpp:200
QString m_modelUrl
Definition deviceidentification.h:171
void setModelNameNull()
Definition deviceidentification.cpp:181
bool modelNameNull() const
Definition deviceidentification.cpp:177
void setFromJson(QJsonObject source)
Definition deviceidentification.cpp:69
QString m_manufacturer
Definition deviceidentification.h:172
QString manufacturer() const
Gets or sets the manufacturer.
Definition deviceidentification.cpp:211
bool serialNumberNull() const
Definition deviceidentification.cpp:164
void setManufacturerNull()
Definition deviceidentification.cpp:220
DeviceIdentification()
Definition deviceidentification.cpp:35
QString modelDescription() const
Gets or sets the model description.
Definition deviceidentification.cpp:185
void setManufacturerUrlNull()
Definition deviceidentification.cpp:233
QList< HttpHeaderInfo > headers() const
Gets or sets the headers.
Definition deviceidentification.cpp:237
QString manufacturerUrl() const
Gets or sets the manufacturer URL.
Definition deviceidentification.cpp:224
void setHeaders(QList< HttpHeaderInfo > newHeaders)
Gets or sets the headers.
Definition deviceidentification.cpp:239
void setSerialNumberNull()
Definition deviceidentification.cpp:168
QString m_modelNumber
Definition deviceidentification.h:167
bool friendlyNameNull() const
Definition deviceidentification.cpp:138
QString friendlyName() const
Gets or sets the name of the friendly.
Definition deviceidentification.cpp:133
void setModelDescription(QString newModelDescription)
Gets or sets the model description.
Definition deviceidentification.cpp:187
void setModelName(QString newModelName)
Gets or sets the name of the model.
Definition deviceidentification.cpp:174
QString modelName() const
Gets or sets the name of the model.
Definition deviceidentification.cpp:172
void setFriendlyName(QString newFriendlyName)
Gets or sets the name of the friendly.
Definition deviceidentification.cpp:135
QString m_manufacturerUrl
Definition deviceidentification.h:173
void setModelUrlNull()
Definition deviceidentification.cpp:207
QString m_modelName
Definition deviceidentification.h:169
bool modelDescriptionNull() const
Definition deviceidentification.cpp:190
void setSerialNumber(QString newSerialNumber)
Gets or sets the serial number.
Definition deviceidentification.cpp:161
static DeviceIdentification fromJson(QJsonObject source)
Definition deviceidentification.cpp:62
void setManufacturer(QString newManufacturer)
Gets or sets the manufacturer.
Definition deviceidentification.cpp:213
QString m_friendlyName
Definition deviceidentification.h:166
bool headersNull() const
Definition deviceidentification.cpp:242
void replaceData(DeviceIdentification &other)
Definition deviceidentification.cpp:50
void setFriendlyNameNull()
Definition deviceidentification.cpp:142
void setModelNumber(QString newModelNumber)
Gets or sets the model number.
Definition deviceidentification.cpp:148
bool manufacturerNull() const
Definition deviceidentification.cpp:216
Definition mediaplayer2.h:20
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