| Package | Description |
|---|---|
| de.aipark.api.chargingstation | |
| de.aipark.api.parkingarea | |
| de.aipark.api.webservice.jsonConverter.aiparkapi |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ChargingPriceEntry.getSchedule() |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Schedule,Integer> |
ChargingStation.getScheduleMaxStay() |
MapEntry<Schedule,OpeningStatus> |
ChargingStation.getScheduleOpen() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingPriceEntry.setSchedule(Schedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingStation.setScheduleMaxStay(MapEntry<Schedule,Integer> scheduleMaxStay) |
void |
ChargingStation.setScheduleOpen(MapEntry<Schedule,OpeningStatus> scheduleOpen) |
| Constructor and Description |
|---|
ChargingPriceEntry(Integer fromMinute,
Integer untilMinute,
Integer interval,
Integer priceInCent,
Integer priority,
String description,
Integer maxPriceInCent,
Currency currency,
ChargingPriceModel model,
Schedule schedule,
int initialPrice,
int priceKW) |
| 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) |
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 |
|---|---|
MapEntry<Schedule,Integer> |
ParkingArea.getScheduleMaxStay() |
MapEntry<Schedule,OpeningStatus> |
ParkingArea.getScheduleOpen() |
MapEntry<Schedule,PriceModel> |
ParkingArea.getSchedulePriceModel() |
MapEntry<Schedule,Integer> |
ParkingArea.getScheduleResidential() |
| Modifier and Type | Method and Description |
|---|---|
int |
Schedule.compareTo(Schedule o) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParkingArea.setScheduleMaxStay(MapEntry<Schedule,Integer> scheduleMaxStay) |
void |
ParkingArea.setScheduleOpen(MapEntry<Schedule,OpeningStatus> scheduleOpen) |
void |
ParkingArea.setSchedulePriceModel(MapEntry<Schedule,PriceModel> schedulePriceModel) |
void |
ParkingArea.setScheduleResidential(MapEntry<Schedule,Integer> scheduleResidential) |
| Constructor and Description |
|---|
Schedule(Schedule other) |
| 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) |
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) |
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ScheduleDeserializer.deserializeKey(String key,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2019. All rights reserved.