#include <startupremoteaccessdto.h>
◆ StartupRemoteAccessDto() [1/2]
| Jellyfin::DTO::StartupRemoteAccessDto::StartupRemoteAccessDto |
( |
bool | enableRemoteAccess, |
|
|
bool | enableAutomaticPortMapping ) |
◆ StartupRemoteAccessDto() [2/2]
◆ enableAutomaticPortMapping()
| bool Jellyfin::DTO::StartupRemoteAccessDto::enableAutomaticPortMapping |
( |
| ) |
const |
Gets or sets a value indicating whether enable automatic port mapping.
◆ enableRemoteAccess()
| bool Jellyfin::DTO::StartupRemoteAccessDto::enableRemoteAccess |
( |
| ) |
const |
Gets or sets a value indicating whether enable remote access.
◆ fromJson()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setEnableAutomaticPortMapping()
| void Jellyfin::DTO::StartupRemoteAccessDto::setEnableAutomaticPortMapping |
( |
bool | newEnableAutomaticPortMapping | ) |
|
Gets or sets a value indicating whether enable automatic port mapping.
◆ setEnableRemoteAccess()
| void Jellyfin::DTO::StartupRemoteAccessDto::setEnableRemoteAccess |
( |
bool | newEnableRemoteAccess | ) |
|
Gets or sets a value indicating whether enable remote access.
◆ setFromJson()
| void Jellyfin::DTO::StartupRemoteAccessDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::StartupRemoteAccessDto::toJson |
( |
| ) |
const |
◆ m_enableAutomaticPortMapping
| bool Jellyfin::DTO::StartupRemoteAccessDto::m_enableAutomaticPortMapping |
|
protected |
◆ m_enableRemoteAccess
| bool Jellyfin::DTO::StartupRemoteAccessDto::m_enableRemoteAccess |
|
protected |
The documentation for this class was generated from the following files: