public static class NETChargeInfo.EnergyData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NETChargeInfo.EnergyData.SessionStatus |
| Constructor and Description |
|---|
EnergyData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConsumedEnergy()
Returns energy in terms of kWh related to the charging process.
|
int |
getElapsedTime()
Returns the elapsed time from the charging process start, expressed in seconds.
|
NETChargeInfo.EnergyData.SessionStatus |
getSessionStatus()
Returns the status of the charging process.
|
java.lang.String |
toString() |
public int getElapsedTime()
public NETChargeInfo.EnergyData.SessionStatus getSessionStatus()
public java.lang.String getConsumedEnergy()
public java.lang.String toString()
toString in class java.lang.Object