| Package | Description |
|---|---|
| de.aipark.api.chargingstation |
| Modifier and Type | Method and Description |
|---|---|
List<ChargingPlugTypeWithCapacity> |
ChargingStation.getPlugTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingStation.setPlugTypes(List<ChargingPlugTypeWithCapacity> plugTypes) |
| Constructor and Description |
|---|
ChargingStation(Integer id,
Long parkingAreaId,
org.locationtech.jts.geom.Point position,
String name,
String description,
Integer capacity,
ChargingOperator operator,
List<ChargingPlugTypeWithCapacity> plugTypes,
List<ChargingAuthentication> authentications,
List<ChargingPriceEntry> priceEntries,
MapEntry<Schedule,OpeningStatus> scheduleOpen,
MapEntry<Schedule,Integer> scheduleMaxStay,
List<PaymentType> paymentTypes,
String website) |
Copyright © 2019. All rights reserved.