@Beta(2020, 10) class ChargingInformationAtEndOfLeg
Represents information about a charging stop of a route leg.
chargingParkUuid
- The unique identifier of this charging park. This UUID can be used to check the
availability of the charging park.
targetChargeInkWh
- The charge in kWh to which the battery should be charged.
chargingTime
- The estimated time in seconds spent at the charging stop, allowing for some additional
time needed to use the charging facility.
chargingConnections
- A list of chargingConnections, one of which should be used at this charging stop.
ChargingInformationAtEndOfLeg(chargingParkUuid: UUID?, targetChargeInkWh: Double?, chargingTime: Int?, chargingConnections: List<ChargingConnection> = arrayListOf())
Represents information about a charging stop of a route leg. |
val chargingConnections: List<ChargingConnection>
A list of chargingConnections, one of which should be used at this charging stop. |
|
val chargingParkUuid: UUID?
The unique identifier of this charging park. This UUID can be used to check the availability of the charging park. |
|
var chargingTime: Int?
The estimated time in seconds spent at the charging stop, allowing for some additional time needed to use the charging facility. |
|
var targetChargeInkWh: Double?
The charge in kWh to which the battery should be charged. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |