![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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 |
| Jellyfin::DTO::ClientLogDocumentResponseDto::ClientLogDocumentResponseDto | ( | QString | fileName | ) |
| Jellyfin::DTO::ClientLogDocumentResponseDto::ClientLogDocumentResponseDto | ( | const ClientLogDocumentResponseDto & | other | ) |
| QString Jellyfin::DTO::ClientLogDocumentResponseDto::fileName | ( | ) | const |
Gets the resulting filename.
|
static |
| void Jellyfin::DTO::ClientLogDocumentResponseDto::replaceData | ( | ClientLogDocumentResponseDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ClientLogDocumentResponseDto::setFileName | ( | QString | newFileName | ) |
Gets the resulting filename.
| void Jellyfin::DTO::ClientLogDocumentResponseDto::setFromJson | ( | QJsonObject | source | ) |
| QJsonObject Jellyfin::DTO::ClientLogDocumentResponseDto::toJson | ( | ) | const |
|
protected |