1#ifndef TENDUKE_SE_LICENSING_LICENSEHEARTBEATRESPONSE_H
2#define TENDUKE_SE_LICENSING_LICENSEHEARTBEATRESPONSE_H
4#include "./LicenseHeartbeatError.h"
5#include "../../Lease.h"
27 const std::vector<::tenduke::se::licensing::Lease> &
leases,
28 const std::vector<::tenduke::se::licensing::LicenseHeartbeatError> &
errors
44 const std::vector<::tenduke::se::licensing::Lease>
leases;
47 const std::vector<::tenduke::se::licensing::LicenseHeartbeatError>
errors;
LicenseHeartbeatResponse(const std::vector<::tenduke::se::licensing::Lease > &leases, const std::vector<::tenduke::se::licensing::LicenseHeartbeatError > &errors)
Constructs new instance.
Definition LicenseHeartbeatResponse.h:26
const std::vector<::tenduke::se::licensing::Lease > leases
The successfully heartbeat leases.
Definition LicenseHeartbeatResponse.h:44
const std::vector<::tenduke::se::licensing::LicenseHeartbeatError > errors
The errors.
Definition LicenseHeartbeatResponse.h:47
bool hasErrors() const
Checks if any of the leases failed to heartbeat.
Definition LicenseHeartbeatResponse.h:37
LicenseHeartbeatResponse(const std::vector<::tenduke::se::licensing::Lease > &leases, const std::vector<::tenduke::se::licensing::LicenseHeartbeatError > &errors)
Constructs new instance.
Definition LicenseHeartbeatResponse.h:26
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16