Interface EnergyDetails
-
- All Known Implementing Classes:
EnergyDetailsImpl
public interface EnergyDetailsEnergy details
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DetailedMeterEnergy>getMeters()Get the list of detailed energy data associated with each meter on siteTimeUnitTypegetTimeUnit()Gets the time unit type associated with this set of energy detailsPowerUnitTypegetUnit()Gets the power unit type associated with this set of energy details
-
-
-
Method Detail
-
getTimeUnit
TimeUnitType getTimeUnit()
Gets the time unit type associated with this set of energy details- Returns:
- {TimeUnitType} time unit type
-
getUnit
PowerUnitType getUnit()
Gets the power unit type associated with this set of energy details- Returns:
- {PowerUnitType} power unit type
-
getMeters
java.util.List<DetailedMeterEnergy> getMeters()
Get the list of detailed energy data associated with each meter on site- Returns:
- {java.util.List} list of detailed meter energy data
-
-