#include <serverdiscoveryinfo.h>
◆ ServerDiscoveryInfo() [1/2]
| Jellyfin::DTO::ServerDiscoveryInfo::ServerDiscoveryInfo |
( |
QString | address, |
|
|
QString | jellyfinId, |
|
|
QString | name ) |
◆ ServerDiscoveryInfo() [2/2]
| Jellyfin::DTO::ServerDiscoveryInfo::ServerDiscoveryInfo |
( |
const ServerDiscoveryInfo & | other | ) |
|
◆ address()
| QString Jellyfin::DTO::ServerDiscoveryInfo::address |
( |
| ) |
const |
◆ endpointAddress()
| QString Jellyfin::DTO::ServerDiscoveryInfo::endpointAddress |
( |
| ) |
const |
Gets the endpoint address.
◆ endpointAddressNull()
| bool Jellyfin::DTO::ServerDiscoveryInfo::endpointAddressNull |
( |
| ) |
const |
◆ fromJson()
◆ jellyfinId()
| QString Jellyfin::DTO::ServerDiscoveryInfo::jellyfinId |
( |
| ) |
const |
Gets the server identifier.
◆ name()
| QString Jellyfin::DTO::ServerDiscoveryInfo::name |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setAddress()
| void Jellyfin::DTO::ServerDiscoveryInfo::setAddress |
( |
QString | newAddress | ) |
|
◆ setEndpointAddress()
| void Jellyfin::DTO::ServerDiscoveryInfo::setEndpointAddress |
( |
QString | newEndpointAddress | ) |
|
Gets the endpoint address.
◆ setEndpointAddressNull()
| void Jellyfin::DTO::ServerDiscoveryInfo::setEndpointAddressNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::ServerDiscoveryInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setJellyfinId()
| void Jellyfin::DTO::ServerDiscoveryInfo::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
Gets the server identifier.
◆ setName()
| void Jellyfin::DTO::ServerDiscoveryInfo::setName |
( |
QString | newName | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::ServerDiscoveryInfo::toJson |
( |
| ) |
const |
◆ m_address
| QString Jellyfin::DTO::ServerDiscoveryInfo::m_address |
|
protected |
◆ m_endpointAddress
| QString Jellyfin::DTO::ServerDiscoveryInfo::m_endpointAddress |
|
protected |
◆ m_jellyfinId
| QString Jellyfin::DTO::ServerDiscoveryInfo::m_jellyfinId |
|
protected |
◆ m_name
| QString Jellyfin::DTO::ServerDiscoveryInfo::m_name |
|
protected |
The documentation for this class was generated from the following files: