| 69 | void setEndpoint(const ccstd::string &endpoint) { _endpoint = endpoint; }; |
| 70 | const ccstd::string &getEndpoint() const { return _endpoint; }; |
| 71 | void setEvent(const ccstd::string &event) { _name = event; }; |
| 72 | const ccstd::string &getEvent() const { return _name; }; |
| 73 | |
| 74 | void addData(const ccstd::string &data); |