#include <deviceoptionsdto.h>
◆ DeviceOptionsDto() [1/2]
| Jellyfin::DTO::DeviceOptionsDto::DeviceOptionsDto |
( |
qint32 | jellyfinId | ) |
|
◆ DeviceOptionsDto() [2/2]
| Jellyfin::DTO::DeviceOptionsDto::DeviceOptionsDto |
( |
const DeviceOptionsDto & | other | ) |
|
◆ customName()
| QString Jellyfin::DTO::DeviceOptionsDto::customName |
( |
| ) |
const |
Gets or sets the custom name.
◆ customNameNull()
| bool Jellyfin::DTO::DeviceOptionsDto::customNameNull |
( |
| ) |
const |
◆ deviceId()
| QString Jellyfin::DTO::DeviceOptionsDto::deviceId |
( |
| ) |
const |
Gets or sets the device id.
◆ deviceIdNull()
| bool Jellyfin::DTO::DeviceOptionsDto::deviceIdNull |
( |
| ) |
const |
◆ fromJson()
| DeviceOptionsDto Jellyfin::DTO::DeviceOptionsDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ jellyfinId()
| qint32 Jellyfin::DTO::DeviceOptionsDto::jellyfinId |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setCustomName()
| void Jellyfin::DTO::DeviceOptionsDto::setCustomName |
( |
QString | newCustomName | ) |
|
Gets or sets the custom name.
◆ setCustomNameNull()
| void Jellyfin::DTO::DeviceOptionsDto::setCustomNameNull |
( |
| ) |
|
◆ setDeviceId()
| void Jellyfin::DTO::DeviceOptionsDto::setDeviceId |
( |
QString | newDeviceId | ) |
|
Gets or sets the device id.
◆ setDeviceIdNull()
| void Jellyfin::DTO::DeviceOptionsDto::setDeviceIdNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::DeviceOptionsDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setJellyfinId()
| void Jellyfin::DTO::DeviceOptionsDto::setJellyfinId |
( |
qint32 | newJellyfinId | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::DeviceOptionsDto::toJson |
( |
| ) |
const |
◆ m_customName
| QString Jellyfin::DTO::DeviceOptionsDto::m_customName |
|
protected |
◆ m_deviceId
| QString Jellyfin::DTO::DeviceOptionsDto::m_deviceId |
|
protected |
◆ m_jellyfinId
| qint32 Jellyfin::DTO::DeviceOptionsDto::m_jellyfinId |
|
protected |
The documentation for this class was generated from the following files: