/** * This file is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ #include "TestBasicSecurity200Response.h" namespace models { TestBasicSecurity200Response::TestBasicSecurity200Response() : message("") { } // ========================================= // ===== Getters/Setters ===== // ========================================= // =================== // ===== Getters ===== // =================== std::string TestBasicSecurity200Response::getMessage() const { return message; } // =================== // ===== Setters ===== // =================== void TestBasicSecurity200Response::setMessage(const std::string& messageObj) { message = messageObj; } } // namespace models