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