30#ifndef JELLYFIN_DTO_STARTUPREMOTEACCESSDTO_H
31#define JELLYFIN_DTO_STARTUPREMOTEACCESSDTO_H
63 QJsonObject
toJson()
const;
Definition startupremoteaccessdto.h:47
bool m_enableRemoteAccess
Definition startupremoteaccessdto.h:86
bool enableAutomaticPortMapping() const
Gets or sets a value indicating whether enable automatic port mapping.
Definition startupremoteaccessdto.cpp:83
static StartupRemoteAccessDto fromJson(QJsonObject source)
Definition startupremoteaccessdto.cpp:56
void setFromJson(QJsonObject source)
Definition startupremoteaccessdto.cpp:63
QJsonObject toJson() const
Definition startupremoteaccessdto.cpp:69
void replaceData(StartupRemoteAccessDto &other)
Definition startupremoteaccessdto.cpp:51
bool enableRemoteAccess() const
Gets or sets a value indicating whether enable remote access.
Definition startupremoteaccessdto.cpp:77
void setEnableRemoteAccess(bool newEnableRemoteAccess)
Gets or sets a value indicating whether enable remote access.
Definition startupremoteaccessdto.cpp:79
bool m_enableAutomaticPortMapping
Definition startupremoteaccessdto.h:87
void setEnableAutomaticPortMapping(bool newEnableAutomaticPortMapping)
Gets or sets a value indicating whether enable automatic port mapping.
Definition startupremoteaccessdto.cpp:85
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45