Interface DetailedEnergyResponse
-
- All Superinterfaces:
ApiResponse,DeepCopyable
- All Known Implementing Classes:
DetailedEnergyResponseImpl
public interface DetailedEnergyResponse extends ApiResponse
Response from SolarEdge API containing detailed energy information over a period of time
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnergyDetailsgetEnergyDetails()EnergyDetails, contains time unit type, power unit type, and data points of energy data over a period of time-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.models.ApiResponse
getSiteIds, setSiteIds
-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.interfaces.DeepCopyable
deepCopy
-
-
-
-
Method Detail
-
getEnergyDetails
EnergyDetails getEnergyDetails()
EnergyDetails, contains time unit type, power unit type, and data points of energy data over a period of time- Returns:
- {EnergyDetails} detailed energy data from the time specified in the initial query
-
-