#include <versioninfo.h>
◆ VersionInfo() [1/2]
| Jellyfin::DTO::VersionInfo::VersionInfo |
( |
QSharedPointer< Version > | versionNumber | ) |
|
◆ VersionInfo() [2/2]
| Jellyfin::DTO::VersionInfo::VersionInfo |
( |
const VersionInfo & | other | ) |
|
◆ changelog()
| QString Jellyfin::DTO::VersionInfo::changelog |
( |
| ) |
const |
Gets or sets the changelog for this version.
◆ changelogNull()
| bool Jellyfin::DTO::VersionInfo::changelogNull |
( |
| ) |
const |
◆ checksum()
| QString Jellyfin::DTO::VersionInfo::checksum |
( |
| ) |
const |
Gets or sets a checksum for the binary.
◆ checksumNull()
| bool Jellyfin::DTO::VersionInfo::checksumNull |
( |
| ) |
const |
◆ fromJson()
| VersionInfo Jellyfin::DTO::VersionInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
| void Jellyfin::DTO::VersionInfo::replaceData |
( |
VersionInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ repositoryName()
| QString Jellyfin::DTO::VersionInfo::repositoryName |
( |
| ) |
const |
Gets or sets the repository name.
◆ repositoryNameNull()
| bool Jellyfin::DTO::VersionInfo::repositoryNameNull |
( |
| ) |
const |
◆ repositoryUrl()
| QString Jellyfin::DTO::VersionInfo::repositoryUrl |
( |
| ) |
const |
Gets or sets the repository url.
◆ repositoryUrlNull()
| bool Jellyfin::DTO::VersionInfo::repositoryUrlNull |
( |
| ) |
const |
◆ setChangelog()
| void Jellyfin::DTO::VersionInfo::setChangelog |
( |
QString | newChangelog | ) |
|
Gets or sets the changelog for this version.
◆ setChangelogNull()
| void Jellyfin::DTO::VersionInfo::setChangelogNull |
( |
| ) |
|
◆ setChecksum()
| void Jellyfin::DTO::VersionInfo::setChecksum |
( |
QString | newChecksum | ) |
|
Gets or sets a checksum for the binary.
◆ setChecksumNull()
| void Jellyfin::DTO::VersionInfo::setChecksumNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::VersionInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setRepositoryName()
| void Jellyfin::DTO::VersionInfo::setRepositoryName |
( |
QString | newRepositoryName | ) |
|
Gets or sets the repository name.
◆ setRepositoryNameNull()
| void Jellyfin::DTO::VersionInfo::setRepositoryNameNull |
( |
| ) |
|
◆ setRepositoryUrl()
| void Jellyfin::DTO::VersionInfo::setRepositoryUrl |
( |
QString | newRepositoryUrl | ) |
|
Gets or sets the repository url.
◆ setRepositoryUrlNull()
| void Jellyfin::DTO::VersionInfo::setRepositoryUrlNull |
( |
| ) |
|
◆ setSourceUrl()
| void Jellyfin::DTO::VersionInfo::setSourceUrl |
( |
QString | newSourceUrl | ) |
|
Gets or sets the source URL.
◆ setSourceUrlNull()
| void Jellyfin::DTO::VersionInfo::setSourceUrlNull |
( |
| ) |
|
◆ setTargetAbi()
| void Jellyfin::DTO::VersionInfo::setTargetAbi |
( |
QString | newTargetAbi | ) |
|
Gets or sets the ABI that this version was built against.
◆ setTargetAbiNull()
| void Jellyfin::DTO::VersionInfo::setTargetAbiNull |
( |
| ) |
|
◆ setTimestamp()
| void Jellyfin::DTO::VersionInfo::setTimestamp |
( |
QString | newTimestamp | ) |
|
Gets or sets a timestamp of when the binary was built.
◆ setTimestampNull()
| void Jellyfin::DTO::VersionInfo::setTimestampNull |
( |
| ) |
|
◆ setVersion()
| void Jellyfin::DTO::VersionInfo::setVersion |
( |
QString | newVersion | ) |
|
Gets or sets the version.
◆ setVersionNull()
| void Jellyfin::DTO::VersionInfo::setVersionNull |
( |
| ) |
|
◆ setVersionNumber()
| void Jellyfin::DTO::VersionInfo::setVersionNumber |
( |
QSharedPointer< Version > | newVersionNumber | ) |
|
◆ sourceUrl()
| QString Jellyfin::DTO::VersionInfo::sourceUrl |
( |
| ) |
const |
Gets or sets the source URL.
◆ sourceUrlNull()
| bool Jellyfin::DTO::VersionInfo::sourceUrlNull |
( |
| ) |
const |
◆ targetAbi()
| QString Jellyfin::DTO::VersionInfo::targetAbi |
( |
| ) |
const |
Gets or sets the ABI that this version was built against.
◆ targetAbiNull()
| bool Jellyfin::DTO::VersionInfo::targetAbiNull |
( |
| ) |
const |
◆ timestamp()
| QString Jellyfin::DTO::VersionInfo::timestamp |
( |
| ) |
const |
Gets or sets a timestamp of when the binary was built.
◆ timestampNull()
| bool Jellyfin::DTO::VersionInfo::timestampNull |
( |
| ) |
const |
◆ toJson()
| QJsonObject Jellyfin::DTO::VersionInfo::toJson |
( |
| ) |
const |
◆ version()
| QString Jellyfin::DTO::VersionInfo::version |
( |
| ) |
const |
Gets or sets the version.
◆ versionNull()
| bool Jellyfin::DTO::VersionInfo::versionNull |
( |
| ) |
const |
◆ versionNumber()
| QSharedPointer< Version > Jellyfin::DTO::VersionInfo::versionNumber |
( |
| ) |
const |
◆ m_changelog
| QString Jellyfin::DTO::VersionInfo::m_changelog |
|
protected |
◆ m_checksum
| QString Jellyfin::DTO::VersionInfo::m_checksum |
|
protected |
◆ m_repositoryName
| QString Jellyfin::DTO::VersionInfo::m_repositoryName |
|
protected |
◆ m_repositoryUrl
| QString Jellyfin::DTO::VersionInfo::m_repositoryUrl |
|
protected |
◆ m_sourceUrl
| QString Jellyfin::DTO::VersionInfo::m_sourceUrl |
|
protected |
◆ m_targetAbi
| QString Jellyfin::DTO::VersionInfo::m_targetAbi |
|
protected |
◆ m_timestamp
| QString Jellyfin::DTO::VersionInfo::m_timestamp |
|
protected |
◆ m_version
| QString Jellyfin::DTO::VersionInfo::m_version |
|
protected |
◆ m_versionNumber
| QSharedPointer<Version> Jellyfin::DTO::VersionInfo::m_versionNumber = QSharedPointer<Version>() |
|
protected |
The documentation for this class was generated from the following files: