30#ifndef JELLYFIN_DTO_LOGFILE_H
31#define JELLYFIN_DTO_LOGFILE_H
66 QJsonObject
toJson()
const;
qint64 size() const
Gets or sets the size.
Definition logfile.cpp:103
void setDateCreated(QDateTime newDateCreated)
Gets or sets the date created.
Definition logfile.cpp:93
void setFromJson(QJsonObject source)
Definition logfile.cpp:69
QDateTime dateModified() const
Gets or sets the date modified.
Definition logfile.cpp:97
bool nameNull() const
Definition logfile.cpp:114
QString name() const
Gets or sets the name.
Definition logfile.cpp:109
QDateTime dateCreated() const
Gets or sets the date created.
Definition logfile.cpp:91
void setName(QString newName)
Gets or sets the name.
Definition logfile.cpp:111
void setSize(qint64 newSize)
Gets or sets the size.
Definition logfile.cpp:105
void setDateModified(QDateTime newDateModified)
Gets or sets the date modified.
Definition logfile.cpp:99
qint64 m_size
Definition logfile.h:111
QDateTime m_dateModified
Definition logfile.h:110
void setNameNull()
Definition logfile.cpp:118
QDateTime m_dateCreated
Definition logfile.h:109
QString m_name
Definition logfile.h:112
static LogFile fromJson(QJsonObject source)
Definition logfile.cpp:62
QJsonObject toJson() const
Definition logfile.cpp:77
void replaceData(LogFile &other)
Definition logfile.cpp:55
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