| 40 | std::string command_type(void) const { return this->command_type_; } |
| 41 | bool is_valid_parameters(void) const { return this->is_valid_parameters_; } |
| 42 | ParametersMap command_parameters(void) const { |
| 43 | return this->command_parameters_; |
| 44 | } |
| 45 | |
| 46 | private: |
| 47 | // The type of command this represents. |