| Package | Description |
|---|---|
| de.aipark.api.chargingstation | |
| de.aipark.api.parkingarea |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Schedule,OpeningStatus> |
ChargingStation.getScheduleOpen() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingStation.setScheduleOpen(MapEntry<Schedule,OpeningStatus> scheduleOpen) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static OpeningStatus |
OpeningStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpeningStatus[] |
OpeningStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Schedule,OpeningStatus> |
ParkingArea.getScheduleOpen() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParkingArea.setScheduleOpen(MapEntry<Schedule,OpeningStatus> scheduleOpen) |
| Constructor and Description |
|---|
ParkingArea(String name,
org.locationtech.jts.geom.Geometry shape,
org.locationtech.jts.geom.Point center,
Integer capacity,
String parkingAreaType,
ParkingOrientation parkingOrientation,
Long id,
Integer capacityWoman,
Integer capacityDisabled,
MapEntry<Schedule,OpeningStatus> scheduleOpen,
MapEntry<Schedule,Integer> scheduleMaxStay,
MapEntry<Schedule,PriceModel> schedulePriceModel,
MapEntry<Schedule,Integer> scheduleResidential,
List<EntrancePoint> entrancePoints,
MapEntry<ChargingPlugType,Integer> chargingPlugTypes) |
Copyright © 2019. All rights reserved.