void SetPageSize(int32_t pageSize)
Set page size.
Definition: query_text.h:109
void SetText(const std::string &text)
Set text string.
Definition: query_text.h:89
const std::string & GetText() const
Get text string.
Definition: query_text.h:79
Text query.
Definition: query_text.h:39
const std::string & GetType() const
Get type name.
Definition: query_text.h:59
bool IsLocal() const
Get local flag.
Definition: query_text.h:119
void SetType(const std::string &type)
Set type name.
Definition: query_text.h:69
int32_t GetPageSize() const
Get page size.
Definition: query_text.h:99
void Write(binary::BinaryRawWriter &writer) const
Write query info to the stream.
Definition: query_text.h:141
TextQuery(const std::string &type, const std::string &text)
Constructor.
Definition: query_text.h:48
void SetLocal(bool loc)
Set local flag.
Definition: query_text.h:131