Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::InboundKeepAliveMessage Class Reference

#include <inboundkeepalivemessage.h>

Public Member Functions

 InboundKeepAliveMessage (SessionMessageType messageType)
 InboundKeepAliveMessage (const InboundKeepAliveMessage &other)
void replaceData (InboundKeepAliveMessage &other)
void setFromJson (QJsonObject source)
QJsonObject toJson () const
SessionMessageType messageType () const
void setMessageType (SessionMessageType newMessageType)

Static Public Member Functions

static InboundKeepAliveMessage fromJson (QJsonObject source)

Protected Attributes

SessionMessageType m_messageType

Constructor & Destructor Documentation

◆ InboundKeepAliveMessage() [1/2]

Jellyfin::DTO::InboundKeepAliveMessage::InboundKeepAliveMessage ( SessionMessageType messageType)

◆ InboundKeepAliveMessage() [2/2]

Jellyfin::DTO::InboundKeepAliveMessage::InboundKeepAliveMessage ( const InboundKeepAliveMessage & other)

Member Function Documentation

◆ fromJson()

InboundKeepAliveMessage Jellyfin::DTO::InboundKeepAliveMessage::fromJson ( QJsonObject source)
static

◆ messageType()

SessionMessageType Jellyfin::DTO::InboundKeepAliveMessage::messageType ( ) const

◆ replaceData()

void Jellyfin::DTO::InboundKeepAliveMessage::replaceData ( InboundKeepAliveMessage & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::InboundKeepAliveMessage::setFromJson ( QJsonObject source)

◆ setMessageType()

void Jellyfin::DTO::InboundKeepAliveMessage::setMessageType ( SessionMessageType newMessageType)

◆ toJson()

QJsonObject Jellyfin::DTO::InboundKeepAliveMessage::toJson ( ) const

Member Data Documentation

◆ m_messageType

SessionMessageType Jellyfin::DTO::InboundKeepAliveMessage::m_messageType
protected

The documentation for this class was generated from the following files: