30#ifndef JELLYFIN_DTO_ENDPOINTINFO_H
31#define JELLYFIN_DTO_ENDPOINTINFO_H
63 QJsonObject
toJson()
const;
Definition endpointinfo.h:47
bool m_isLocal
Definition endpointinfo.h:78
void setIsLocal(bool newIsLocal)
Definition endpointinfo.cpp:79
void setFromJson(QJsonObject source)
Definition endpointinfo.cpp:63
static EndPointInfo fromJson(QJsonObject source)
Definition endpointinfo.cpp:56
void setIsInNetwork(bool newIsInNetwork)
Definition endpointinfo.cpp:85
QJsonObject toJson() const
Definition endpointinfo.cpp:69
void replaceData(EndPointInfo &other)
Definition endpointinfo.cpp:51
bool m_isInNetwork
Definition endpointinfo.h:79
bool isLocal() const
Definition endpointinfo.cpp:77
bool isInNetwork() const
Definition endpointinfo.cpp:83
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