LcsMoServiceClass.h 990 Bytes
Newer Older
yangjian's avatar
yangjian committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/**
* Nudr_DataRepository API OpenAPI file
* Unified Data Repository Service. © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 
*
* The version of the OpenAPI document: 2.1.2
* 
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/*
 * LcsMoServiceClass.h
 *
 * 
 */

#ifndef LcsMoServiceClass_H_
#define LcsMoServiceClass_H_


#include <nlohmann/json.hpp>

Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
24
namespace oai::udr::model {
yangjian's avatar
yangjian committed
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46

/// <summary>
/// 
/// </summary>
class  LcsMoServiceClass
{
public:
    LcsMoServiceClass();
    virtual ~LcsMoServiceClass();

    void validate();

    /////////////////////////////////////////////
    /// LcsMoServiceClass members


    friend void to_json(nlohmann::json& j, const LcsMoServiceClass& o);
    friend void from_json(const nlohmann::json& j, LcsMoServiceClass& o);
protected:
};

}
Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
47 48 49



yangjian's avatar
yangjian committed
50 51

#endif /* LcsMoServiceClass_H_ */