![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <activitylogentrystartmessage.h>
Public Member Functions | |
| ActivityLogEntryStartMessage (SessionMessageType messageType) | |
| ActivityLogEntryStartMessage (const ActivityLogEntryStartMessage &other) | |
| void | replaceData (ActivityLogEntryStartMessage &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | data () const |
| Gets or sets the data. | |
| void | setData (QString newData) |
| Gets or sets the data. | |
| bool | dataNull () const |
| void | setDataNull () |
| SessionMessageType | messageType () const |
| void | setMessageType (SessionMessageType newMessageType) |
Static Public Member Functions | |
| static ActivityLogEntryStartMessage | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_data |
| SessionMessageType | m_messageType |
| Jellyfin::DTO::ActivityLogEntryStartMessage::ActivityLogEntryStartMessage | ( | SessionMessageType | messageType | ) |
| Jellyfin::DTO::ActivityLogEntryStartMessage::ActivityLogEntryStartMessage | ( | const ActivityLogEntryStartMessage & | other | ) |
| QString Jellyfin::DTO::ActivityLogEntryStartMessage::data | ( | ) | const |
Gets or sets the data.
| bool Jellyfin::DTO::ActivityLogEntryStartMessage::dataNull | ( | ) | const |
|
static |
| SessionMessageType Jellyfin::DTO::ActivityLogEntryStartMessage::messageType | ( | ) | const |
| void Jellyfin::DTO::ActivityLogEntryStartMessage::replaceData | ( | ActivityLogEntryStartMessage & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ActivityLogEntryStartMessage::setData | ( | QString | newData | ) |
Gets or sets the data.
| void Jellyfin::DTO::ActivityLogEntryStartMessage::setDataNull | ( | ) |
| void Jellyfin::DTO::ActivityLogEntryStartMessage::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ActivityLogEntryStartMessage::setMessageType | ( | SessionMessageType | newMessageType | ) |
| QJsonObject Jellyfin::DTO::ActivityLogEntryStartMessage::toJson | ( | ) | const |
|
protected |
|
protected |