![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <pinredeemresult.h>
Public Member Functions | |
| PinRedeemResult (bool success, QStringList usersReset) | |
| PinRedeemResult (const PinRedeemResult &other) | |
| void | replaceData (PinRedeemResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| bool | success () const |
| Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success. | |
| void | setSuccess (bool newSuccess) |
| Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success. | |
| QStringList | usersReset () const |
| Gets or sets the users reset. | |
| void | setUsersReset (QStringList newUsersReset) |
| Gets or sets the users reset. | |
Static Public Member Functions | |
| static PinRedeemResult | fromJson (QJsonObject source) |
Protected Attributes | |
| bool | m_success |
| QStringList | m_usersReset |
| Jellyfin::DTO::PinRedeemResult::PinRedeemResult | ( | bool | success, |
| QStringList | usersReset ) |
| Jellyfin::DTO::PinRedeemResult::PinRedeemResult | ( | const PinRedeemResult & | other | ) |
|
static |
| void Jellyfin::DTO::PinRedeemResult::replaceData | ( | PinRedeemResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PinRedeemResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PinRedeemResult::setSuccess | ( | bool | newSuccess | ) |
Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.
| void Jellyfin::DTO::PinRedeemResult::setUsersReset | ( | QStringList | newUsersReset | ) |
Gets or sets the users reset.
| bool Jellyfin::DTO::PinRedeemResult::success | ( | ) | const |
Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemResult is success.
| QJsonObject Jellyfin::DTO::PinRedeemResult::toJson | ( | ) | const |
| QStringList Jellyfin::DTO::PinRedeemResult::usersReset | ( | ) | const |
Gets or sets the users reset.
|
protected |
|
protected |