#include <installationinfo.h>
◆ InstallationInfo() [1/2]
Jellyfin::DTO::InstallationInfo::InstallationInfo |
( |
QString | guid, |
|
|
QSharedPointer< Version > | version ) |
◆ InstallationInfo() [2/2]
Jellyfin::DTO::InstallationInfo::InstallationInfo |
( |
const InstallationInfo & | other | ) |
|
◆ changelog()
QString Jellyfin::DTO::InstallationInfo::changelog |
( |
| ) |
const |
Gets or sets the changelog for this version.
◆ changelogNull()
bool Jellyfin::DTO::InstallationInfo::changelogNull |
( |
| ) |
const |
◆ checksum()
QString Jellyfin::DTO::InstallationInfo::checksum |
( |
| ) |
const |
Gets or sets a checksum for the binary.
◆ checksumNull()
bool Jellyfin::DTO::InstallationInfo::checksumNull |
( |
| ) |
const |
◆ fromJson()
InstallationInfo Jellyfin::DTO::InstallationInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ guid()
QString Jellyfin::DTO::InstallationInfo::guid |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::InstallationInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::InstallationInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setChangelog()
void Jellyfin::DTO::InstallationInfo::setChangelog |
( |
QString | newChangelog | ) |
|
Gets or sets the changelog for this version.
◆ setChangelogNull()
void Jellyfin::DTO::InstallationInfo::setChangelogNull |
( |
| ) |
|
◆ setChecksum()
void Jellyfin::DTO::InstallationInfo::setChecksum |
( |
QString | newChecksum | ) |
|
Gets or sets a checksum for the binary.
◆ setChecksumNull()
void Jellyfin::DTO::InstallationInfo::setChecksumNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::InstallationInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setGuid()
void Jellyfin::DTO::InstallationInfo::setGuid |
( |
QString | newGuid | ) |
|
◆ setName()
void Jellyfin::DTO::InstallationInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::InstallationInfo::setNameNull |
( |
| ) |
|
◆ setSourceUrl()
void Jellyfin::DTO::InstallationInfo::setSourceUrl |
( |
QString | newSourceUrl | ) |
|
Gets or sets the source URL.
◆ setSourceUrlNull()
void Jellyfin::DTO::InstallationInfo::setSourceUrlNull |
( |
| ) |
|
◆ setVersion()
void Jellyfin::DTO::InstallationInfo::setVersion |
( |
QSharedPointer< Version > | newVersion | ) |
|
◆ sourceUrl()
QString Jellyfin::DTO::InstallationInfo::sourceUrl |
( |
| ) |
const |
Gets or sets the source URL.
◆ sourceUrlNull()
bool Jellyfin::DTO::InstallationInfo::sourceUrlNull |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::InstallationInfo::toJson |
( |
| ) |
const |
◆ version()
QSharedPointer< Version > Jellyfin::DTO::InstallationInfo::version |
( |
| ) |
const |
◆ m_changelog
QString Jellyfin::DTO::InstallationInfo::m_changelog |
|
protected |
◆ m_checksum
QString Jellyfin::DTO::InstallationInfo::m_checksum |
|
protected |
◆ m_guid
QString Jellyfin::DTO::InstallationInfo::m_guid |
|
protected |
◆ m_name
QString Jellyfin::DTO::InstallationInfo::m_name |
|
protected |
◆ m_sourceUrl
QString Jellyfin::DTO::InstallationInfo::m_sourceUrl |
|
protected |
◆ m_version
QSharedPointer<Version> Jellyfin::DTO::InstallationInfo::m_version = QSharedPointer<Version>() |
|
protected |
The documentation for this class was generated from the following files: