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