#include <countryinfo.h>
◆ CountryInfo() [1/2]
Jellyfin::DTO::CountryInfo::CountryInfo |
( |
| ) |
|
◆ CountryInfo() [2/2]
Jellyfin::DTO::CountryInfo::CountryInfo |
( |
const CountryInfo & | other | ) |
|
◆ displayName()
QString Jellyfin::DTO::CountryInfo::displayName |
( |
| ) |
const |
Gets or sets the display name.
◆ displayNameNull()
bool Jellyfin::DTO::CountryInfo::displayNameNull |
( |
| ) |
const |
◆ fromJson()
CountryInfo Jellyfin::DTO::CountryInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::CountryInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::CountryInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::CountryInfo::replaceData |
( |
CountryInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setDisplayName()
void Jellyfin::DTO::CountryInfo::setDisplayName |
( |
QString | newDisplayName | ) |
|
Gets or sets the display name.
◆ setDisplayNameNull()
void Jellyfin::DTO::CountryInfo::setDisplayNameNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::CountryInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::CountryInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::CountryInfo::setNameNull |
( |
| ) |
|
◆ setThreeLetterISORegionName()
void Jellyfin::DTO::CountryInfo::setThreeLetterISORegionName |
( |
QString | newThreeLetterISORegionName | ) |
|
Gets or sets the name of the three letter ISO region.
◆ setThreeLetterISORegionNameNull()
void Jellyfin::DTO::CountryInfo::setThreeLetterISORegionNameNull |
( |
| ) |
|
◆ setTwoLetterISORegionName()
void Jellyfin::DTO::CountryInfo::setTwoLetterISORegionName |
( |
QString | newTwoLetterISORegionName | ) |
|
Gets or sets the name of the two letter ISO region.
◆ setTwoLetterISORegionNameNull()
void Jellyfin::DTO::CountryInfo::setTwoLetterISORegionNameNull |
( |
| ) |
|
◆ threeLetterISORegionName()
QString Jellyfin::DTO::CountryInfo::threeLetterISORegionName |
( |
| ) |
const |
Gets or sets the name of the three letter ISO region.
◆ threeLetterISORegionNameNull()
bool Jellyfin::DTO::CountryInfo::threeLetterISORegionNameNull |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::CountryInfo::toJson |
( |
| ) |
const |
◆ twoLetterISORegionName()
QString Jellyfin::DTO::CountryInfo::twoLetterISORegionName |
( |
| ) |
const |
Gets or sets the name of the two letter ISO region.
◆ twoLetterISORegionNameNull()
bool Jellyfin::DTO::CountryInfo::twoLetterISORegionNameNull |
( |
| ) |
const |
◆ m_displayName
QString Jellyfin::DTO::CountryInfo::m_displayName |
|
protected |
◆ m_name
QString Jellyfin::DTO::CountryInfo::m_name |
|
protected |
◆ m_threeLetterISORegionName
QString Jellyfin::DTO::CountryInfo::m_threeLetterISORegionName |
|
protected |
◆ m_twoLetterISORegionName
QString Jellyfin::DTO::CountryInfo::m_twoLetterISORegionName |
|
protected |
The documentation for this class was generated from the following files: