open class NativeChargingInformationAtEndOfLeg : Serializable
Represents information about the charging stop of a route leg.
NativeChargingInformationAtEndOfLeg() NativeChargingInformationAtEndOfLeg(targetChargeInkWh: Double!, chargingTime: Seconds!, chargingConnections: MutableList<NativeChargingConnection!>!, chargingParkUuid: UUID!) |
open fun getChargingConnections(): MutableList<NativeChargingConnection!>!
Returns a list of chargingConnections. |
|
open fun getChargingParkUuid(): Optional<UUID!>!
Returns the unique identifier of this charging park. |
|
open fun getChargingTime(): Optional<Seconds!>!
Returns the estimated time in seconds. |
|
open fun getTargetChargeInkWh(): Optional<Double!>!
Returns the charge in kWh. |
|
open fun toString(): String |