PcscfRestorationNotification.h 1.26 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
/**
* Nudm_UECM
* Nudm Context Management Service. � 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 
*
* The version of the OpenAPI document: 1.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.
*/
/*
 * PcscfRestorationNotification.h
 *
 * 
 */

#ifndef PcscfRestorationNotification_H_
#define PcscfRestorationNotification_H_


#include <string>
#include <nlohmann/json.hpp>

namespace org {
namespace openapitools {
namespace server {
namespace model {

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

    void validate();

    /////////////////////////////////////////////
    /// PcscfRestorationNotification members

    /// <summary>
    /// 
    /// </summary>
    std::string getSupi() const;
    void setSupi(std::string const& value);

    friend void to_json(nlohmann::json& j, const PcscfRestorationNotification& o);
    friend void from_json(const nlohmann::json& j, PcscfRestorationNotification& o);
protected:
    std::string m_Supi;

};

}
}
}
}

#endif /* PcscfRestorationNotification_H_ */