OSID Logo
OSID Specifications
metering package
Version 3.1.0
Interfaceosid.metering.Reading
Implementsosid.OsidCapsule
Used Byosid.metering.MeterReadingSession
osid.metering.ReadingList
Description

A Reading represents data from a Meter for a referenced metered object at the current point in time.

MethodgetMeterId
Description

Gets the Id of the Meter associated with this reading.

Returnosid.id.Id gets the Id of the Meter
Compliancemandatory This method must be implemented.
MethodgetMeter
Description

Gets the Meter associated with this reading.

Returnosid.metering.Meter gets the Meter
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetMeteredObjectId
Description

Gets the metered object associated with this reading.

Returnosid.id.Id gets the metered object Id
Compliancemandatory This method must be implemented.
MethodgetAmount
Description

Gets the amount of this reading.

Returndecimal gets the amount of this reading
Compliancemandatory This method must be implemented.