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

#include <clientlogdocumentresponsedto.h>

Public Member Functions

 ClientLogDocumentResponseDto (QString fileName)
 ClientLogDocumentResponseDto (const ClientLogDocumentResponseDto &other)
void replaceData (ClientLogDocumentResponseDto &other)
void setFromJson (QJsonObject source)
QJsonObject toJson () const
QString fileName () const
 Gets the resulting filename.
void setFileName (QString newFileName)
 Gets the resulting filename.

Static Public Member Functions

static ClientLogDocumentResponseDto fromJson (QJsonObject source)

Protected Attributes

QString m_fileName

Constructor & Destructor Documentation

◆ ClientLogDocumentResponseDto() [1/2]

Jellyfin::DTO::ClientLogDocumentResponseDto::ClientLogDocumentResponseDto ( QString fileName)

◆ ClientLogDocumentResponseDto() [2/2]

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

Member Function Documentation

◆ fileName()

QString Jellyfin::DTO::ClientLogDocumentResponseDto::fileName ( ) const

Gets the resulting filename.

◆ fromJson()

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

◆ replaceData()

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

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

◆ setFileName()

void Jellyfin::DTO::ClientLogDocumentResponseDto::setFileName ( QString newFileName)

Gets the resulting filename.

◆ setFromJson()

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

◆ toJson()

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

Member Data Documentation

◆ m_fileName

QString Jellyfin::DTO::ClientLogDocumentResponseDto::m_fileName
protected

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