![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <activitylogentry.h>
Public Member Functions | |
| ActivityLogEntry (qint64 jellyfinId, QString name, QString type, QDateTime date, QString userId, LogLevel severity) | |
| ActivityLogEntry (const ActivityLogEntry &other) | |
| void | replaceData (ActivityLogEntry &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| qint64 | jellyfinId () const |
| Gets or sets the identifier. | |
| void | setJellyfinId (qint64 newJellyfinId) |
| Gets or sets the identifier. | |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| QString | overview () const |
| Gets or sets the overview. | |
| void | setOverview (QString newOverview) |
| Gets or sets the overview. | |
| bool | overviewNull () const |
| void | setOverviewNull () |
| QString | shortOverview () const |
| Gets or sets the short overview. | |
| void | setShortOverview (QString newShortOverview) |
| Gets or sets the short overview. | |
| bool | shortOverviewNull () const |
| void | setShortOverviewNull () |
| QString | type () const |
| Gets or sets the type. | |
| void | setType (QString newType) |
| Gets or sets the type. | |
| QString | itemId () const |
| Gets or sets the item identifier. | |
| void | setItemId (QString newItemId) |
| Gets or sets the item identifier. | |
| bool | itemIdNull () const |
| void | setItemIdNull () |
| QDateTime | date () const |
| Gets or sets the date. | |
| void | setDate (QDateTime newDate) |
| Gets or sets the date. | |
| QString | userId () const |
| Gets or sets the user identifier. | |
| void | setUserId (QString newUserId) |
| Gets or sets the user identifier. | |
| QString | userPrimaryImageTag () const |
| Gets or sets the user primary image tag. | |
| void | setUserPrimaryImageTag (QString newUserPrimaryImageTag) |
| Gets or sets the user primary image tag. | |
| bool | userPrimaryImageTagNull () const |
| void | setUserPrimaryImageTagNull () |
| LogLevel | severity () const |
| void | setSeverity (LogLevel newSeverity) |
Static Public Member Functions | |
| static ActivityLogEntry | fromJson (QJsonObject source) |
Protected Attributes | |
| qint64 | m_jellyfinId |
| QString | m_name |
| QString | m_overview |
| QString | m_shortOverview |
| QString | m_type |
| QString | m_itemId |
| QDateTime | m_date |
| QString | m_userId |
| QString | m_userPrimaryImageTag |
| LogLevel | m_severity |
| Jellyfin::DTO::ActivityLogEntry::ActivityLogEntry | ( | qint64 | jellyfinId, |
| QString | name, | ||
| QString | type, | ||
| QDateTime | date, | ||
| QString | userId, | ||
| LogLevel | severity ) |
| Jellyfin::DTO::ActivityLogEntry::ActivityLogEntry | ( | const ActivityLogEntry & | other | ) |
| QDateTime Jellyfin::DTO::ActivityLogEntry::date | ( | ) | const |
Gets or sets the date.
|
static |
| QString Jellyfin::DTO::ActivityLogEntry::itemId | ( | ) | const |
Gets or sets the item identifier.
| bool Jellyfin::DTO::ActivityLogEntry::itemIdNull | ( | ) | const |
| qint64 Jellyfin::DTO::ActivityLogEntry::jellyfinId | ( | ) | const |
Gets or sets the identifier.
| QString Jellyfin::DTO::ActivityLogEntry::name | ( | ) | const |
Gets or sets the name.
| QString Jellyfin::DTO::ActivityLogEntry::overview | ( | ) | const |
Gets or sets the overview.
| bool Jellyfin::DTO::ActivityLogEntry::overviewNull | ( | ) | const |
| void Jellyfin::DTO::ActivityLogEntry::replaceData | ( | ActivityLogEntry & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ActivityLogEntry::setDate | ( | QDateTime | newDate | ) |
Gets or sets the date.
| void Jellyfin::DTO::ActivityLogEntry::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ActivityLogEntry::setItemId | ( | QString | newItemId | ) |
Gets or sets the item identifier.
| void Jellyfin::DTO::ActivityLogEntry::setItemIdNull | ( | ) |
| void Jellyfin::DTO::ActivityLogEntry::setJellyfinId | ( | qint64 | newJellyfinId | ) |
Gets or sets the identifier.
| void Jellyfin::DTO::ActivityLogEntry::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::ActivityLogEntry::setOverview | ( | QString | newOverview | ) |
Gets or sets the overview.
| void Jellyfin::DTO::ActivityLogEntry::setOverviewNull | ( | ) |
| void Jellyfin::DTO::ActivityLogEntry::setSeverity | ( | LogLevel | newSeverity | ) |
| void Jellyfin::DTO::ActivityLogEntry::setShortOverview | ( | QString | newShortOverview | ) |
Gets or sets the short overview.
| void Jellyfin::DTO::ActivityLogEntry::setShortOverviewNull | ( | ) |
| void Jellyfin::DTO::ActivityLogEntry::setType | ( | QString | newType | ) |
Gets or sets the type.
| void Jellyfin::DTO::ActivityLogEntry::setUserId | ( | QString | newUserId | ) |
Gets or sets the user identifier.
| void Jellyfin::DTO::ActivityLogEntry::setUserPrimaryImageTag | ( | QString | newUserPrimaryImageTag | ) |
Gets or sets the user primary image tag.
| void Jellyfin::DTO::ActivityLogEntry::setUserPrimaryImageTagNull | ( | ) |
| LogLevel Jellyfin::DTO::ActivityLogEntry::severity | ( | ) | const |
| QString Jellyfin::DTO::ActivityLogEntry::shortOverview | ( | ) | const |
Gets or sets the short overview.
| bool Jellyfin::DTO::ActivityLogEntry::shortOverviewNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::ActivityLogEntry::toJson | ( | ) | const |
| QString Jellyfin::DTO::ActivityLogEntry::type | ( | ) | const |
Gets or sets the type.
| QString Jellyfin::DTO::ActivityLogEntry::userId | ( | ) | const |
Gets or sets the user identifier.
| QString Jellyfin::DTO::ActivityLogEntry::userPrimaryImageTag | ( | ) | const |
Gets or sets the user primary image tag.
| bool Jellyfin::DTO::ActivityLogEntry::userPrimaryImageTagNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |