BdtPolicyDataStoreApiImpl.h 1.29 KB
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 24 25 26 27 28 29 30 31 32 33 34 35
/**
* 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.
*/

/*
* BdtPolicyDataStoreApiImpl.h
*
* 
*/

#ifndef BDT_POLICY_DATA_STORE_API_IMPL_H_
#define BDT_POLICY_DATA_STORE_API_IMPL_H_


#include <pistache/endpoint.h>
#include <pistache/http.h>
#include <pistache/router.h>
#include <memory>

#include <BdtPolicyDataStoreApi.h>

#include <pistache/optional.h>

#include "BdtPolicyData.h"
#include "ProblemDetails.h"
#include <string>

36
namespace oai::udr::api {
yangjian's avatar
yangjian committed
37

38
using namespace oai::udr::model;
yangjian's avatar
yangjian committed
39

40
class BdtPolicyDataStoreApiImpl : public oai::udr::api::BdtPolicyDataStoreApi {
yangjian's avatar
yangjian committed
41 42 43 44 45 46 47 48 49
public:
    BdtPolicyDataStoreApiImpl(std::shared_ptr<Pistache::Rest::Router>);
    ~BdtPolicyDataStoreApiImpl() {}

    void read_bdt_policy_data(const Pistache::Optional<std::vector<std::string>> &bdtPolicyIds, const Pistache::Optional<std::vector<std::string>> &internalGroupIds, const Pistache::Optional<std::vector<std::string>> &supis, Pistache::Http::ResponseWriter &response);

};

}
50 51 52



yangjian's avatar
yangjian committed
53 54 55 56



#endif