6 #ifndef __ADMIN_SHOW_ALERTS_H__ 7 #define __ADMIN_SHOW_ALERTS_H__ 29 options(std::map<std::string, std::string>())
51 std::map<std::string, std::string>
options;
67 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
69 const std::vector<size_t> fo = rd->fieldOrder();
71 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
116 timestamps(std::vector<std::string>()),
117 types(std::vector<std::string>()),
118 params(std::vector<std::map<std::string, std::string> >())
124 std::vector<std::map<std::string, std::string> >
params;
135 ::avro::encode(e, v.
types);
136 ::avro::encode(e, v.
params);
141 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
143 const std::vector<size_t> fo = rd->fieldOrder();
145 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
154 ::avro::decode(d, v.
types);
158 ::avro::decode(d, v.
params);
169 ::avro::decode(d, v.
types);
170 ::avro::decode(d, v.
params);
std::map< std::string, std::string > options
AdminShowAlertsRequest(const int32_t numAlerts_, const std::map< std::string, std::string > &options_)
Constructs an AdminShowAlertsRequest object with the specified parameters.
std::vector< std::string > timestamps
std::vector< std::string > types
AdminShowAlertsResponse()
Constructs an AdminShowAlertsResponse object with default parameter values.
std::vector< std::map< std::string, std::string > > params
AdminShowAlertsRequest()
Constructs an AdminShowAlertsRequest object with default parameter values.
A set of input parameters for adminShowAlerts(const AdminShowAlertsRequest&) const.
A set of output parameters for adminShowAlerts(const AdminShowAlertsRequest&) const.