public interface Reading extends OsidCapsule
A Reading represents data from a Meter
for a referenced metered object at the current point in time.
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Gets the amount of this reading.
|
Meter |
getMeter()
Gets the
Meter associated with this reading. |
Id |
getMeteredObjectId()
Gets the metered object associated with this reading.
|
Id |
getMeterId()
Gets the
Id of the Meter associated with
this reading. |
Id getMeterId()
Id of the Meter associated with
this reading. Id of the Meter mandatory - This method must be implemented. Meter getMeter() throws OperationFailedException
Meter associated with this reading. Meter OperationFailedException - unable to complete requestmandatory - This method must be implemented. Id getMeteredObjectId()
Id mandatory - This method must be implemented. java.math.BigDecimal getAmount()
mandatory - This method must be implemented.