#include "get_account_detail.hpp"
Public Member Functions | |
virtual const types::AccountIdType & | accountId () const =0 |
virtual boost::optional< types::AccountDetailKeyType > | key () const =0 |
virtual boost::optional< types::AccountIdType > | writer () const =0 |
virtual boost::optional< const AccountDetailPaginationMeta & > | paginationMeta () const =0 |
Get the query pagination metadata. More... | |
std::string | toString () const override |
bool | operator== (const ModelType &rhs) const override |
![]() | |
virtual bool | operator== (const ModelType &rhs) const=0 |
virtual bool | operator!= (const ModelType &rhs) const |
virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
![]() | |
using | ModelType = GetAccountDetail |
Query for get all account's details; the algorithm of retrieving them is the following:
|
pure virtual |
Implemented in shared_model::proto::GetAccountDetail.
|
pure virtual |
Implemented in shared_model::proto::GetAccountDetail.
|
override |
|
pure virtual |
Get the query pagination metadata.
Implemented in shared_model::proto::GetAccountDetail.
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< GetAccountDetail >.
|
pure virtual |
Implemented in shared_model::proto::GetAccountDetail.