5#ifndef OCPP_V16_GETDIAGNOSTICS_HPP
6#define OCPP_V16_GETDIAGNOSTICS_HPP
8#include <nlohmann/json_fwd.hpp>
11#include <ocpp/common/types.hpp>
12#include <ocpp/v16/ocpp_types.hpp>
20 std::optional<int32_t> retries;
21 std::optional<int32_t> retryInterval;
22 std::optional<ocpp::DateTime> startTime;
23 std::optional<ocpp::DateTime> stopTime;
27 std::string
get_type()
const override;
42 std::optional<CiString<255>> fileName;
46 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP GetDiagnostics message.
Definition: GetDiagnostics.hpp:18
std::string get_type() const override
Provides the type of this GetDiagnostics message as a human readable string.
Definition: GetDiagnostics.cpp:16
Contains a OCPP GetDiagnosticsResponse message.
Definition: GetDiagnostics.hpp:41
std::string get_type() const override
Provides the type of this GetDiagnosticsResponse message as a human readable string.
Definition: GetDiagnostics.cpp:66