#include <activitylogentry.h>
◆ ActivityLogEntry() [1/2]
| Jellyfin::DTO::ActivityLogEntry::ActivityLogEntry |
( |
qint64 | jellyfinId, |
|
|
QDateTime | date, |
|
|
QString | userId, |
|
|
LogLevel | severity ) |
◆ ActivityLogEntry() [2/2]
| Jellyfin::DTO::ActivityLogEntry::ActivityLogEntry |
( |
const ActivityLogEntry & | other | ) |
|
◆ date()
| QDateTime Jellyfin::DTO::ActivityLogEntry::date |
( |
| ) |
const |
◆ fromJson()
| ActivityLogEntry Jellyfin::DTO::ActivityLogEntry::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ itemId()
| QString Jellyfin::DTO::ActivityLogEntry::itemId |
( |
| ) |
const |
Gets or sets the item identifier.
◆ itemIdNull()
| bool Jellyfin::DTO::ActivityLogEntry::itemIdNull |
( |
| ) |
const |
◆ jellyfinId()
| qint64 Jellyfin::DTO::ActivityLogEntry::jellyfinId |
( |
| ) |
const |
Gets or sets the identifier.
◆ name()
| QString Jellyfin::DTO::ActivityLogEntry::name |
( |
| ) |
const |
◆ nameNull()
| bool Jellyfin::DTO::ActivityLogEntry::nameNull |
( |
| ) |
const |
◆ overview()
| QString Jellyfin::DTO::ActivityLogEntry::overview |
( |
| ) |
const |
Gets or sets the overview.
◆ overviewNull()
| bool Jellyfin::DTO::ActivityLogEntry::overviewNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setDate()
| void Jellyfin::DTO::ActivityLogEntry::setDate |
( |
QDateTime | newDate | ) |
|
◆ setFromJson()
| void Jellyfin::DTO::ActivityLogEntry::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItemId()
| void Jellyfin::DTO::ActivityLogEntry::setItemId |
( |
QString | newItemId | ) |
|
Gets or sets the item identifier.
◆ setItemIdNull()
| void Jellyfin::DTO::ActivityLogEntry::setItemIdNull |
( |
| ) |
|
◆ setJellyfinId()
| void Jellyfin::DTO::ActivityLogEntry::setJellyfinId |
( |
qint64 | newJellyfinId | ) |
|
Gets or sets the identifier.
◆ setName()
| void Jellyfin::DTO::ActivityLogEntry::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
| void Jellyfin::DTO::ActivityLogEntry::setNameNull |
( |
| ) |
|
◆ setOverview()
| void Jellyfin::DTO::ActivityLogEntry::setOverview |
( |
QString | newOverview | ) |
|
Gets or sets the overview.
◆ setOverviewNull()
| void Jellyfin::DTO::ActivityLogEntry::setOverviewNull |
( |
| ) |
|
◆ setSeverity()
| void Jellyfin::DTO::ActivityLogEntry::setSeverity |
( |
LogLevel | newSeverity | ) |
|
◆ setShortOverview()
| void Jellyfin::DTO::ActivityLogEntry::setShortOverview |
( |
QString | newShortOverview | ) |
|
Gets or sets the short overview.
◆ setShortOverviewNull()
| void Jellyfin::DTO::ActivityLogEntry::setShortOverviewNull |
( |
| ) |
|
◆ setType()
| void Jellyfin::DTO::ActivityLogEntry::setType |
( |
QString | newType | ) |
|
◆ setTypeNull()
| void Jellyfin::DTO::ActivityLogEntry::setTypeNull |
( |
| ) |
|
◆ setUserId()
| void Jellyfin::DTO::ActivityLogEntry::setUserId |
( |
QString | newUserId | ) |
|
Gets or sets the user identifier.
◆ setUserPrimaryImageTag()
| void Jellyfin::DTO::ActivityLogEntry::setUserPrimaryImageTag |
( |
QString | newUserPrimaryImageTag | ) |
|
Gets or sets the user primary image tag.
◆ setUserPrimaryImageTagNull()
| void Jellyfin::DTO::ActivityLogEntry::setUserPrimaryImageTagNull |
( |
| ) |
|
◆ severity()
| LogLevel Jellyfin::DTO::ActivityLogEntry::severity |
( |
| ) |
const |
◆ shortOverview()
| QString Jellyfin::DTO::ActivityLogEntry::shortOverview |
( |
| ) |
const |
Gets or sets the short overview.
◆ shortOverviewNull()
| bool Jellyfin::DTO::ActivityLogEntry::shortOverviewNull |
( |
| ) |
const |
◆ toJson()
| QJsonObject Jellyfin::DTO::ActivityLogEntry::toJson |
( |
| ) |
const |
◆ type()
| QString Jellyfin::DTO::ActivityLogEntry::type |
( |
| ) |
const |
◆ typeNull()
| bool Jellyfin::DTO::ActivityLogEntry::typeNull |
( |
| ) |
const |
◆ userId()
| QString Jellyfin::DTO::ActivityLogEntry::userId |
( |
| ) |
const |
Gets or sets the user identifier.
◆ userPrimaryImageTag()
| QString Jellyfin::DTO::ActivityLogEntry::userPrimaryImageTag |
( |
| ) |
const |
Gets or sets the user primary image tag.
◆ userPrimaryImageTagNull()
| bool Jellyfin::DTO::ActivityLogEntry::userPrimaryImageTagNull |
( |
| ) |
const |
◆ m_date
| QDateTime Jellyfin::DTO::ActivityLogEntry::m_date |
|
protected |
◆ m_itemId
| QString Jellyfin::DTO::ActivityLogEntry::m_itemId |
|
protected |
◆ m_jellyfinId
| qint64 Jellyfin::DTO::ActivityLogEntry::m_jellyfinId |
|
protected |
◆ m_name
| QString Jellyfin::DTO::ActivityLogEntry::m_name |
|
protected |
◆ m_overview
| QString Jellyfin::DTO::ActivityLogEntry::m_overview |
|
protected |
◆ m_severity
| LogLevel Jellyfin::DTO::ActivityLogEntry::m_severity |
|
protected |
◆ m_shortOverview
| QString Jellyfin::DTO::ActivityLogEntry::m_shortOverview |
|
protected |
◆ m_type
| QString Jellyfin::DTO::ActivityLogEntry::m_type |
|
protected |
◆ m_userId
| QString Jellyfin::DTO::ActivityLogEntry::m_userId |
|
protected |
◆ m_userPrimaryImageTag
| QString Jellyfin::DTO::ActivityLogEntry::m_userPrimaryImageTag |
|
protected |
The documentation for this class was generated from the following files: