#include <deviceinfo.h>
◆ DeviceInfo() [1/2]
Jellyfin::DTO::DeviceInfo::DeviceInfo |
( |
QString | lastUserId, |
|
|
QDateTime | dateLastActivity, |
|
|
QSharedPointer< ClientCapabilities > | capabilities ) |
◆ DeviceInfo() [2/2]
Jellyfin::DTO::DeviceInfo::DeviceInfo |
( |
const DeviceInfo & | other | ) |
|
◆ appName()
QString Jellyfin::DTO::DeviceInfo::appName |
( |
| ) |
const |
Gets or sets the name of the application.
◆ appNameNull()
bool Jellyfin::DTO::DeviceInfo::appNameNull |
( |
| ) |
const |
◆ appVersion()
QString Jellyfin::DTO::DeviceInfo::appVersion |
( |
| ) |
const |
Gets or sets the application version.
◆ appVersionNull()
bool Jellyfin::DTO::DeviceInfo::appVersionNull |
( |
| ) |
const |
◆ capabilities()
◆ dateLastActivity()
QDateTime Jellyfin::DTO::DeviceInfo::dateLastActivity |
( |
| ) |
const |
Gets or sets the date last modified.
◆ fromJson()
DeviceInfo Jellyfin::DTO::DeviceInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ iconUrl()
QString Jellyfin::DTO::DeviceInfo::iconUrl |
( |
| ) |
const |
◆ iconUrlNull()
bool Jellyfin::DTO::DeviceInfo::iconUrlNull |
( |
| ) |
const |
◆ jellyfinId()
QString Jellyfin::DTO::DeviceInfo::jellyfinId |
( |
| ) |
const |
Gets or sets the identifier.
◆ jellyfinIdNull()
bool Jellyfin::DTO::DeviceInfo::jellyfinIdNull |
( |
| ) |
const |
◆ lastUserId()
QString Jellyfin::DTO::DeviceInfo::lastUserId |
( |
| ) |
const |
Gets or sets the last user identifier.
◆ lastUserName()
QString Jellyfin::DTO::DeviceInfo::lastUserName |
( |
| ) |
const |
Gets or sets the last name of the user.
◆ lastUserNameNull()
bool Jellyfin::DTO::DeviceInfo::lastUserNameNull |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::DeviceInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::DeviceInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::DeviceInfo::replaceData |
( |
DeviceInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setAppName()
void Jellyfin::DTO::DeviceInfo::setAppName |
( |
QString | newAppName | ) |
|
Gets or sets the name of the application.
◆ setAppNameNull()
void Jellyfin::DTO::DeviceInfo::setAppNameNull |
( |
| ) |
|
◆ setAppVersion()
void Jellyfin::DTO::DeviceInfo::setAppVersion |
( |
QString | newAppVersion | ) |
|
Gets or sets the application version.
◆ setAppVersionNull()
void Jellyfin::DTO::DeviceInfo::setAppVersionNull |
( |
| ) |
|
◆ setCapabilities()
void Jellyfin::DTO::DeviceInfo::setCapabilities |
( |
QSharedPointer< ClientCapabilities > | newCapabilities | ) |
|
◆ setDateLastActivity()
void Jellyfin::DTO::DeviceInfo::setDateLastActivity |
( |
QDateTime | newDateLastActivity | ) |
|
Gets or sets the date last modified.
◆ setFromJson()
void Jellyfin::DTO::DeviceInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIconUrl()
void Jellyfin::DTO::DeviceInfo::setIconUrl |
( |
QString | newIconUrl | ) |
|
◆ setIconUrlNull()
void Jellyfin::DTO::DeviceInfo::setIconUrlNull |
( |
| ) |
|
◆ setJellyfinId()
void Jellyfin::DTO::DeviceInfo::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
Gets or sets the identifier.
◆ setJellyfinIdNull()
void Jellyfin::DTO::DeviceInfo::setJellyfinIdNull |
( |
| ) |
|
◆ setLastUserId()
void Jellyfin::DTO::DeviceInfo::setLastUserId |
( |
QString | newLastUserId | ) |
|
Gets or sets the last user identifier.
◆ setLastUserName()
void Jellyfin::DTO::DeviceInfo::setLastUserName |
( |
QString | newLastUserName | ) |
|
Gets or sets the last name of the user.
◆ setLastUserNameNull()
void Jellyfin::DTO::DeviceInfo::setLastUserNameNull |
( |
| ) |
|
◆ setName()
void Jellyfin::DTO::DeviceInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::DeviceInfo::setNameNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::DeviceInfo::toJson |
( |
| ) |
const |
◆ m_appName
QString Jellyfin::DTO::DeviceInfo::m_appName |
|
protected |
◆ m_appVersion
QString Jellyfin::DTO::DeviceInfo::m_appVersion |
|
protected |
◆ m_capabilities
◆ m_dateLastActivity
QDateTime Jellyfin::DTO::DeviceInfo::m_dateLastActivity |
|
protected |
◆ m_iconUrl
QString Jellyfin::DTO::DeviceInfo::m_iconUrl |
|
protected |
◆ m_jellyfinId
QString Jellyfin::DTO::DeviceInfo::m_jellyfinId |
|
protected |
◆ m_lastUserId
QString Jellyfin::DTO::DeviceInfo::m_lastUserId |
|
protected |
◆ m_lastUserName
QString Jellyfin::DTO::DeviceInfo::m_lastUserName |
|
protected |
◆ m_name
QString Jellyfin::DTO::DeviceInfo::m_name |
|
protected |
The documentation for this class was generated from the following files: