#include <httpheaderinfo.h>
◆ HttpHeaderInfo() [1/2]
◆ HttpHeaderInfo() [2/2]
Jellyfin::DTO::HttpHeaderInfo::HttpHeaderInfo |
( |
const HttpHeaderInfo & | other | ) |
|
◆ fromJson()
HttpHeaderInfo Jellyfin::DTO::HttpHeaderInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ match()
◆ name()
QString Jellyfin::DTO::HttpHeaderInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::HttpHeaderInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::HttpHeaderInfo::replaceData |
( |
HttpHeaderInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::HttpHeaderInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setMatch()
◆ setName()
void Jellyfin::DTO::HttpHeaderInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::HttpHeaderInfo::setNameNull |
( |
| ) |
|
◆ setValue()
void Jellyfin::DTO::HttpHeaderInfo::setValue |
( |
QString | newValue | ) |
|
◆ setValueNull()
void Jellyfin::DTO::HttpHeaderInfo::setValueNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::HttpHeaderInfo::toJson |
( |
| ) |
const |
◆ value()
QString Jellyfin::DTO::HttpHeaderInfo::value |
( |
| ) |
const |
◆ valueNull()
bool Jellyfin::DTO::HttpHeaderInfo::valueNull |
( |
| ) |
const |
◆ m_match
◆ m_name
QString Jellyfin::DTO::HttpHeaderInfo::m_name |
|
protected |
◆ m_value
QString Jellyfin::DTO::HttpHeaderInfo::m_value |
|
protected |
The documentation for this class was generated from the following files: