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