Uses of Class
com.storedobject.iot.Consumption
Packages that use Consumption
-
Uses of Consumption in com.storedobject.iot
Subclasses of Consumption in com.storedobject.iotModifier and TypeClassDescriptionfinal classRepresents daily consumption data tied to a specific item, resource, year, and day.final classThe HourlyConsumption class represents consumption data aggregated at an hourly level.final classRepresents a monthly consumption entity that extends the base Consumption class.final classThe WeeklyConsumption class extends the Consumption class to represent consumption data on a weekly basis.final classRepresents the yearly resource consumption details.Methods in com.storedobject.iot that return ConsumptionModifier and TypeMethodDescriptionabstract Consumption<P> Consumption.next()Retrieves the next Consumption object in a sequence, if available.abstract Consumption<P> Consumption.previous()Retrieves the previous instance of the Consumption object, typically representing the data for the preceding time period associated with the current object. -
Uses of Consumption in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot with type parameters of type Consumption