30#ifndef JELLYFIN_DTO_COUNTRYINFO_H
31#define JELLYFIN_DTO_COUNTRYINFO_H
59 QJsonObject
toJson()
const;
Definition countryinfo.h:48
void setFromJson(QJsonObject source)
Definition countryinfo.cpp:59
void setNameNull()
Definition countryinfo.cpp:102
bool twoLetterISORegionNameNull() const
Definition countryinfo.cpp:124
bool displayNameNull() const
Definition countryinfo.cpp:111
static CountryInfo fromJson(QJsonObject source)
Definition countryinfo.cpp:52
bool threeLetterISORegionNameNull() const
Definition countryinfo.cpp:137
void setDisplayNameNull()
Definition countryinfo.cpp:115
QString m_threeLetterISORegionName
Definition countryinfo.h:111
QString m_name
Definition countryinfo.h:108
void setThreeLetterISORegionName(QString newThreeLetterISORegionName)
Gets or sets the name of the three letter ISO region.
Definition countryinfo.cpp:134
bool nameNull() const
Definition countryinfo.cpp:98
QString m_displayName
Definition countryinfo.h:109
QString m_twoLetterISORegionName
Definition countryinfo.h:110
void replaceData(CountryInfo &other)
Definition countryinfo.cpp:45
void setDisplayName(QString newDisplayName)
Gets or sets the display name.
Definition countryinfo.cpp:108
QString name() const
Gets or sets the name.
Definition countryinfo.cpp:93
void setTwoLetterISORegionName(QString newTwoLetterISORegionName)
Gets or sets the name of the two letter ISO region.
Definition countryinfo.cpp:121
CountryInfo()
Definition countryinfo.cpp:35
QJsonObject toJson() const
Definition countryinfo.cpp:67
QString twoLetterISORegionName() const
Gets or sets the name of the two letter ISO region.
Definition countryinfo.cpp:119
void setTwoLetterISORegionNameNull()
Definition countryinfo.cpp:128
void setThreeLetterISORegionNameNull()
Definition countryinfo.cpp:141
QString displayName() const
Gets or sets the display name.
Definition countryinfo.cpp:106
QString threeLetterISORegionName() const
Gets or sets the name of the three letter ISO region.
Definition countryinfo.cpp:132
void setName(QString newName)
Gets or sets the name.
Definition countryinfo.cpp:95
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45