Interface Overview
-
- All Known Implementing Classes:
OverviewImpl
public interface OverviewSite Overview
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PowerDatagetCurrentPower()Get the last reported instantaneous power generation value in kilowatt hoursEnergyDatagetLastDayData()Get the energy data for the last dayEnergyDatagetLastMonthData()Get last months energy data per dayjava.util.DategetLastUpdateTime()Get the last update time of the site, is in timezone of the siteEnergyDatagetLastYearData()Get the summary of last years energy data in quartersLifeTimeDatagetLifeTimeData()get the lifetime date of the sitejava.lang.StringgetMeasuredBy()Get the string of the measuring meter
-
-
-
Method Detail
-
getLastUpdateTime
java.util.Date getLastUpdateTime()
Get the last update time of the site, is in timezone of the site- Returns:
- {java.util.Date} Date of last update
-
getLifeTimeData
LifeTimeData getLifeTimeData()
get the lifetime date of the site- Returns:
- {LifeTimeDate} site lifetime date
-
getLastYearData
EnergyData getLastYearData()
Get the summary of last years energy data in quarters- Returns:
- {EnergyData} last years energy data
-
getLastMonthData
EnergyData getLastMonthData()
Get last months energy data per day- Returns:
- {EnergyData} last months energy data
-
getLastDayData
EnergyData getLastDayData()
Get the energy data for the last day- Returns:
- {EnergyData} last days energy data
-
getCurrentPower
PowerData getCurrentPower()
Get the last reported instantaneous power generation value in kilowatt hours- Returns:
- {EnergyData} current power generation
-
getMeasuredBy
java.lang.String getMeasuredBy()
Get the string of the measuring meter- Returns:
- {String} measured by meter
-
-