30#ifndef JELLYFIN_DTO_ACTIVITYLOGENTRY_H
31#define JELLYFIN_DTO_ACTIVITYLOGENTRY_H
68 QJsonObject
toJson()
const;
116 QString
type()
const;
138 QDateTime
date()
const;
142 void setDate(QDateTime newDate);
Definition activitylogentry.h:50
bool typeNull() const
Definition activitylogentry.cpp:187
QString m_overview
Definition activitylogentry.h:173
QString m_userPrimaryImageTag
Definition activitylogentry.h:179
QString m_name
Definition activitylogentry.h:172
void setOverviewNull()
Definition activitylogentry.cpp:165
void setUserPrimaryImageTag(QString newUserPrimaryImageTag)
Gets or sets the user primary image tag.
Definition activitylogentry.cpp:222
void setType(QString newType)
Gets or sets the type.
Definition activitylogentry.cpp:184
void setUserPrimaryImageTagNull()
Definition activitylogentry.cpp:229
void setShortOverviewNull()
Definition activitylogentry.cpp:178
bool userPrimaryImageTagNull() const
Definition activitylogentry.cpp:225
LogLevel severity() const
Definition activitylogentry.cpp:233
qint64 jellyfinId() const
Gets or sets the identifier.
Definition activitylogentry.cpp:137
void setItemId(QString newItemId)
Gets or sets the item identifier.
Definition activitylogentry.cpp:197
QString shortOverview() const
Gets or sets the short overview.
Definition activitylogentry.cpp:169
bool overviewNull() const
Definition activitylogentry.cpp:161
QString m_userId
Definition activitylogentry.h:178
QString m_shortOverview
Definition activitylogentry.h:174
void setName(QString newName)
Gets or sets the name.
Definition activitylogentry.cpp:145
void setUserId(QString newUserId)
Gets or sets the user identifier.
Definition activitylogentry.cpp:216
QDateTime date() const
Gets or sets the date.
Definition activitylogentry.cpp:208
qint64 m_jellyfinId
Definition activitylogentry.h:171
QString name() const
Gets or sets the name.
Definition activitylogentry.cpp:143
QDateTime m_date
Definition activitylogentry.h:177
void setItemIdNull()
Definition activitylogentry.cpp:204
QString type() const
Gets or sets the type.
Definition activitylogentry.cpp:182
static ActivityLogEntry fromJson(QJsonObject source)
Definition activitylogentry.cpp:76
LogLevel m_severity
Definition activitylogentry.h:180
QString userId() const
Gets or sets the user identifier.
Definition activitylogentry.cpp:214
void setJellyfinId(qint64 newJellyfinId)
Gets or sets the identifier.
Definition activitylogentry.cpp:139
void setNameNull()
Definition activitylogentry.cpp:152
void setFromJson(QJsonObject source)
Definition activitylogentry.cpp:83
void setOverview(QString newOverview)
Gets or sets the overview.
Definition activitylogentry.cpp:158
void replaceData(ActivityLogEntry &other)
Definition activitylogentry.cpp:63
QString m_itemId
Definition activitylogentry.h:176
void setTypeNull()
Definition activitylogentry.cpp:191
QString overview() const
Gets or sets the overview.
Definition activitylogentry.cpp:156
void setDate(QDateTime newDate)
Gets or sets the date.
Definition activitylogentry.cpp:210
QString itemId() const
Gets or sets the item identifier.
Definition activitylogentry.cpp:195
void setSeverity(LogLevel newSeverity)
Definition activitylogentry.cpp:235
void setShortOverview(QString newShortOverview)
Gets or sets the short overview.
Definition activitylogentry.cpp:171
bool shortOverviewNull() const
Definition activitylogentry.cpp:174
QJsonObject toJson() const
Definition activitylogentry.cpp:97
QString userPrimaryImageTag() const
Gets or sets the user primary image tag.
Definition activitylogentry.cpp:220
bool nameNull() const
Definition activitylogentry.cpp:148
bool itemIdNull() const
Definition activitylogentry.cpp:200
QString m_type
Definition activitylogentry.h:175
Value
Definition loglevel.h:49
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