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 class
Represents daily consumption data tied to a specific item, resource, year, and day.final class
The HourlyConsumption class represents consumption data aggregated at an hourly level.final class
Represents a monthly consumption entity that extends the base Consumption class.final class
The WeeklyConsumption class extends the Consumption class to represent consumption data on a weekly basis.final class
Represents 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