![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <serverdiscoveryinfo.h>
Public Member Functions | |
| ServerDiscoveryInfo (QString address, QString jellyfinId, QString name) | |
| ServerDiscoveryInfo (const ServerDiscoveryInfo &other) | |
| void | replaceData (ServerDiscoveryInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | address () const |
| Gets the address. | |
| void | setAddress (QString newAddress) |
| Gets the address. | |
| QString | jellyfinId () const |
| Gets the server identifier. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets the server identifier. | |
| QString | name () const |
| Gets the name. | |
| void | setName (QString newName) |
| Gets the name. | |
| QString | endpointAddress () const |
| Gets the endpoint address. | |
| void | setEndpointAddress (QString newEndpointAddress) |
| Gets the endpoint address. | |
| bool | endpointAddressNull () const |
| void | setEndpointAddressNull () |
Static Public Member Functions | |
| static ServerDiscoveryInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_address |
| QString | m_jellyfinId |
| QString | m_name |
| QString | m_endpointAddress |
| Jellyfin::DTO::ServerDiscoveryInfo::ServerDiscoveryInfo | ( | QString | address, |
| QString | jellyfinId, | ||
| QString | name ) |
| Jellyfin::DTO::ServerDiscoveryInfo::ServerDiscoveryInfo | ( | const ServerDiscoveryInfo & | other | ) |
| QString Jellyfin::DTO::ServerDiscoveryInfo::address | ( | ) | const |
Gets the address.
| QString Jellyfin::DTO::ServerDiscoveryInfo::endpointAddress | ( | ) | const |
Gets the endpoint address.
| bool Jellyfin::DTO::ServerDiscoveryInfo::endpointAddressNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::ServerDiscoveryInfo::jellyfinId | ( | ) | const |
Gets the server identifier.
| QString Jellyfin::DTO::ServerDiscoveryInfo::name | ( | ) | const |
Gets the name.
| void Jellyfin::DTO::ServerDiscoveryInfo::replaceData | ( | ServerDiscoveryInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ServerDiscoveryInfo::setAddress | ( | QString | newAddress | ) |
Gets the address.
| void Jellyfin::DTO::ServerDiscoveryInfo::setEndpointAddress | ( | QString | newEndpointAddress | ) |
Gets the endpoint address.
| void Jellyfin::DTO::ServerDiscoveryInfo::setEndpointAddressNull | ( | ) |
| void Jellyfin::DTO::ServerDiscoveryInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ServerDiscoveryInfo::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets the server identifier.
| void Jellyfin::DTO::ServerDiscoveryInfo::setName | ( | QString | newName | ) |
Gets the name.
| QJsonObject Jellyfin::DTO::ServerDiscoveryInfo::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |