Class ManualChargeState
-
- All Implemented Interfaces:
public final class ManualChargeState
-
-
Constructor Summary
Constructors Constructor Description ManualChargeState(Boolean active, Double chargedEnergyWh, Instant lastRun)
-
Method Summary
Modifier and Type Method Description final BooleangetActive()final DoublegetChargedEnergyWh()final InstantgetLastRun()-
-
Method Detail
-
getChargedEnergyWh
final Double getChargedEnergyWh()
-
getLastRun
final Instant getLastRun()
-
-
-
-