open5gs/lib/sbi/openapi/model/inline_object_1.h

76 lines
3.0 KiB
C

/*
* inline_object_1.h
*
*
*/
#ifndef _OpenAPI_inline_object_1_H_
#define _OpenAPI_inline_object_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
#include "ue_context_relocate_data.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct OpenAPI_inline_object_1_s OpenAPI_inline_object_1_t;
typedef struct OpenAPI_inline_object_1_s {
struct OpenAPI_ue_context_relocate_data_s *json_data;
OpenAPI_binary_t* binary_data_gtpc_message;
OpenAPI_binary_t* binary_data_n2_information;
OpenAPI_binary_t* binary_data_n2_information_ext1;
OpenAPI_binary_t* binary_data_n2_information_ext2;
OpenAPI_binary_t* binary_data_n2_information_ext3;
OpenAPI_binary_t* binary_data_n2_information_ext4;
OpenAPI_binary_t* binary_data_n2_information_ext5;
OpenAPI_binary_t* binary_data_n2_information_ext6;
OpenAPI_binary_t* binary_data_n2_information_ext7;
OpenAPI_binary_t* binary_data_n2_information_ext8;
OpenAPI_binary_t* binary_data_n2_information_ext9;
OpenAPI_binary_t* binary_data_n2_information_ext10;
OpenAPI_binary_t* binary_data_n2_information_ext11;
OpenAPI_binary_t* binary_data_n2_information_ext12;
OpenAPI_binary_t* binary_data_n2_information_ext13;
OpenAPI_binary_t* binary_data_n2_information_ext14;
OpenAPI_binary_t* binary_data_n2_information_ext15;
OpenAPI_binary_t* binary_data_n2_information_ext16;
} OpenAPI_inline_object_1_t;
OpenAPI_inline_object_1_t *OpenAPI_inline_object_1_create(
OpenAPI_ue_context_relocate_data_t *json_data,
OpenAPI_binary_t* binary_data_gtpc_message,
OpenAPI_binary_t* binary_data_n2_information,
OpenAPI_binary_t* binary_data_n2_information_ext1,
OpenAPI_binary_t* binary_data_n2_information_ext2,
OpenAPI_binary_t* binary_data_n2_information_ext3,
OpenAPI_binary_t* binary_data_n2_information_ext4,
OpenAPI_binary_t* binary_data_n2_information_ext5,
OpenAPI_binary_t* binary_data_n2_information_ext6,
OpenAPI_binary_t* binary_data_n2_information_ext7,
OpenAPI_binary_t* binary_data_n2_information_ext8,
OpenAPI_binary_t* binary_data_n2_information_ext9,
OpenAPI_binary_t* binary_data_n2_information_ext10,
OpenAPI_binary_t* binary_data_n2_information_ext11,
OpenAPI_binary_t* binary_data_n2_information_ext12,
OpenAPI_binary_t* binary_data_n2_information_ext13,
OpenAPI_binary_t* binary_data_n2_information_ext14,
OpenAPI_binary_t* binary_data_n2_information_ext15,
OpenAPI_binary_t* binary_data_n2_information_ext16
);
void OpenAPI_inline_object_1_free(OpenAPI_inline_object_1_t *inline_object_1);
OpenAPI_inline_object_1_t *OpenAPI_inline_object_1_parseFromJSON(cJSON *inline_object_1JSON);
cJSON *OpenAPI_inline_object_1_convertToJSON(OpenAPI_inline_object_1_t *inline_object_1);
OpenAPI_inline_object_1_t *OpenAPI_inline_object_1_copy(OpenAPI_inline_object_1_t *dst, OpenAPI_inline_object_1_t *src);
#ifdef __cplusplus
}
#endif
#endif /* _OpenAPI_inline_object_1_H_ */