#include <CrestModel.h>
Definition at line 40 of file CrestModel.h.
◆ ~CrestBaseResponse()
virtual CrestBaseResponse::~CrestBaseResponse |
( |
| ) |
|
|
virtualdefault |
◆ getFormat()
virtual const char* CrestBaseResponse::getFormat |
( |
| ) |
const |
|
pure virtual |
◆ getSize()
virtual int64_t CrestBaseResponse::getSize |
( |
| ) |
const |
|
pure virtual |
◆ load_from_json()
void CrestBaseResponse::load_from_json |
( |
const json & |
j | ) |
|
Definition at line 85 of file CrestModel.cxx.
87 if (j.contains(
"datatype"))
90 if (j.contains(
"page"))
92 if (!j[
"page"].is_null())
◆ to_json()
json CrestBaseResponse::to_json |
( |
| ) |
const |
Definition at line 54 of file CrestModel.cxx.
66 if (!
page.value().to_json().is_null())
76 if (!
filter.value().to_json().is_null())
◆ datatype
std::optional<std::string> CrestBaseResponse::datatype |
◆ filter
std::optional<GenericMap> CrestBaseResponse::filter |
◆ page
std::optional<RespPage> CrestBaseResponse::page |
The documentation for this class was generated from the following files:
static RespPage from_json(const json &j)