![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <problemdetails.h>
Public Member Functions | |
| ProblemDetails () | |
| ProblemDetails (const ProblemDetails &other) | |
| void | replaceData (ProblemDetails &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | type () const |
| void | setType (QString newType) |
| bool | typeNull () const |
| void | setTypeNull () |
| QString | title () const |
| void | setTitle (QString newTitle) |
| bool | titleNull () const |
| void | setTitleNull () |
| std::optional< qint32 > | status () const |
| void | setStatus (std::optional< qint32 > newStatus) |
| bool | statusNull () const |
| void | setStatusNull () |
| QString | detail () const |
| void | setDetail (QString newDetail) |
| bool | detailNull () const |
| void | setDetailNull () |
| QString | instance () const |
| void | setInstance (QString newInstance) |
| bool | instanceNull () const |
| void | setInstanceNull () |
Static Public Member Functions | |
| static ProblemDetails | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_type |
| QString | m_title |
| std::optional< qint32 > | m_status = std::nullopt |
| QString | m_detail |
| QString | m_instance |
| Jellyfin::DTO::ProblemDetails::ProblemDetails | ( | ) |
| Jellyfin::DTO::ProblemDetails::ProblemDetails | ( | const ProblemDetails & | other | ) |
| QString Jellyfin::DTO::ProblemDetails::detail | ( | ) | const |
| bool Jellyfin::DTO::ProblemDetails::detailNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::ProblemDetails::instance | ( | ) | const |
| bool Jellyfin::DTO::ProblemDetails::instanceNull | ( | ) | const |
| void Jellyfin::DTO::ProblemDetails::replaceData | ( | ProblemDetails & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ProblemDetails::setDetail | ( | QString | newDetail | ) |
| void Jellyfin::DTO::ProblemDetails::setDetailNull | ( | ) |
| void Jellyfin::DTO::ProblemDetails::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ProblemDetails::setInstance | ( | QString | newInstance | ) |
| void Jellyfin::DTO::ProblemDetails::setInstanceNull | ( | ) |
| void Jellyfin::DTO::ProblemDetails::setStatus | ( | std::optional< qint32 > | newStatus | ) |
| void Jellyfin::DTO::ProblemDetails::setStatusNull | ( | ) |
| void Jellyfin::DTO::ProblemDetails::setTitle | ( | QString | newTitle | ) |
| void Jellyfin::DTO::ProblemDetails::setTitleNull | ( | ) |
| void Jellyfin::DTO::ProblemDetails::setType | ( | QString | newType | ) |
| void Jellyfin::DTO::ProblemDetails::setTypeNull | ( | ) |
| std::optional< qint32 > Jellyfin::DTO::ProblemDetails::status | ( | ) | const |
| bool Jellyfin::DTO::ProblemDetails::statusNull | ( | ) | const |
| QString Jellyfin::DTO::ProblemDetails::title | ( | ) | const |
| bool Jellyfin::DTO::ProblemDetails::titleNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::ProblemDetails::toJson | ( | ) | const |
| QString Jellyfin::DTO::ProblemDetails::type | ( | ) | const |
| bool Jellyfin::DTO::ProblemDetails::typeNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |