ChargingPark

class ChargingPark(val chargingStations: List<ChargingStation> = emptyList(), connectors: List<ConnectorDetails> = emptyList())

Contains information about a charging park.

Constructors

Link copied to clipboard
constructor(chargingStations: List<ChargingStation> = emptyList(), connectors: List<ConnectorDetails> = emptyList())

Properties

Link copied to clipboard

ChargingStation list which holds information related to the charging park.

Link copied to clipboard

The list of connectors available in the charging park.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String