Package net.solarnetwork.domain.datum
Interface PriceDatum
- All Superinterfaces:
Datum
API for price data.
- Version:
- 1.1
- Author:
- matt
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAn instantaneous sample key for price values.Fields inherited from interface net.solarnetwork.domain.datum.Datum
DATUM_TYPE_PROPERTY, DATUM_TYPES_PROPERTY, OP_STATE, OP_STATES, REVERSE_ACCUMULATING_SUFFIX_KEY, SOURCE_ID, TIMESTAMP -
Method Summary
Methods inherited from interface net.solarnetwork.domain.datum.Datum
asSampleOperations, asSimpleMap, copyWithId, copyWithSamples, getKind, getObjectId, getSampleData, getSourceId, getTimestamp
-
Field Details
-
PRICE_KEY
An instantaneous sample key for price values.- See Also:
-
-
Method Details
-
getPrice
Get the price value.- Returns:
- the price
-