33 "name":
"measurements",
34 "desc":
"Empathic Building measurements data provider; parent provider for APIs related to measurements",
35 "type":
"EmpathicBuildingMeasurementsDataProvider",
37 "supports_children":
True,
38 "children_can_support_apis":
True,
43 AbstractDataProvider::DataProviderSummaryInfoKeys
48 "create": Class::forName(
"EmpathicBuildingDataProvider::EmpathicBuildingMeasurementsCreateDataProvider"),
The EmpathicBuilding data provider class.
Definition: EmpathicBuildingDataProviderBase.qc.dox.h:28
RestClient::RestClient rest
The REST client object for API calls.
Definition: EmpathicBuildingDataProviderBase.qc.dox.h:33
const ConstructorOptions
Constructor options.
Definition: EmpathicBuildingDataProvider.qc.dox.h:46
The parent class for Empathic Building measurement APIs.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:28
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
constructor(*hash< auto > options)
Creates the object from constructor options.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderInfo
Provider info.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:32
string getName()
Returns the data provider name.
*string getDesc()
Returns the data provider description.
const ProviderSummaryInfo
Provider summary info.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:42
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
Qore EmpathicBuildingDataProvider module definition.
Definition: EmpathicBuildingDataProvider.qc.dox.h:26