![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <pingrequestdto.h>
Public Member Functions | |
| PingRequestDto (qint64 ping) | |
| PingRequestDto (const PingRequestDto &other) | |
| void | replaceData (PingRequestDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| qint64 | ping () const |
| Gets or sets the ping time. | |
| void | setPing (qint64 newPing) |
| Gets or sets the ping time. | |
Static Public Member Functions | |
| static PingRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| qint64 | m_ping |
| Jellyfin::DTO::PingRequestDto::PingRequestDto | ( | qint64 | ping | ) |
| Jellyfin::DTO::PingRequestDto::PingRequestDto | ( | const PingRequestDto & | other | ) |
|
static |
| qint64 Jellyfin::DTO::PingRequestDto::ping | ( | ) | const |
Gets or sets the ping time.
| void Jellyfin::DTO::PingRequestDto::replaceData | ( | PingRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PingRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PingRequestDto::setPing | ( | qint64 | newPing | ) |
Gets or sets the ping time.
| QJsonObject Jellyfin::DTO::PingRequestDto::toJson | ( | ) | const |
|
protected |