| Package | Description |
|---|---|
| de.aipark.api.chargingstation | |
| de.aipark.api.parkingarea | |
| de.aipark.api.webservice.jsonConverter.aiparkapi |
| Modifier and Type | Method and Description |
|---|---|
ChargingPlugType |
ChargingPlugTypeWithCapacity.getChargingPlugType() |
| Modifier and Type | Method and Description |
|---|---|
List<ChargingPlugType> |
ChargingStationFilter.getPlugTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingPlugTypeWithCapacity.setChargingPlugType(ChargingPlugType chargingPlugType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingStationFilter.setPlugTypes(List<ChargingPlugType> plugTypes) |
| Constructor and Description |
|---|
ChargingPlugType(ChargingPlugType other) |
ChargingPlugTypeWithCapacity(ChargingPlugType chargingPlugType,
int capacity) |
| Constructor and Description |
|---|
ChargingStationFilter(List<ChargingPlugType> plugTypes,
List<String> authentications) |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<ChargingPlugType,Integer> |
ParkingArea.getChargingPlugTypes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParkingArea.setChargingPlugTypes(MapEntry<ChargingPlugType,Integer> chargingPlugTypes)
Deprecated.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ChargingPlugType |
ChargingPlugTypeDeserializer.deserializeKey(String key,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2019. All rights reserved.