| Modifier and Type | Method and Description |
|---|---|
MapEntry<Schedule,Integer> |
ChargingStation.getScheduleMaxStay() |
MapEntry<Schedule,OpeningStatus> |
ChargingStation.getScheduleOpen() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChargingStation.setScheduleMaxStay(MapEntry<Schedule,Integer> scheduleMaxStay) |
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) |
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 <K,V> MapEntry<K,V> |
MapEntry.convertFromMap(Map<K,V> map) |
MapEntry<ChargingPlugType,Integer> |
ParkingArea.getChargingPlugTypes()
Deprecated.
|
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 |
|---|---|
void |
ParkingArea.setChargingPlugTypes(MapEntry<ChargingPlugType,Integer> chargingPlugTypes)
Deprecated.
|
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 |
|---|
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) |
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 |
|---|---|
MapEntry<String,String> |
GetConfigRequest.getInputMap() |
MapEntry<String,List<String>> |
GetConfigResponse.getOutputMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConfigRequest.setInputMap(MapEntry<String,String> inputMap) |
void |
GetConfigResponse.setOutputMap(MapEntry<String,List<String>> outputMap) |
| Constructor and Description |
|---|
GetConfigRequest(MapEntry<String,String> inputMap) |
GetConfigResponse(MapEntry<String,List<String>> outputMap) |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Integer,OptimalTrip> |
GetOptimalTripResponse.getOptimalTrips() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOptimalTripResponse.setOptimalTrips(MapEntry<Integer,OptimalTrip> optimalTrips) |
| Constructor and Description |
|---|
GetOptimalTripResponse(MapEntry<Integer,OptimalTrip> optimalTrips,
Situation situation) |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Tile,List<ParkingArea>> |
GetParkingAreasForTileResponse.getTileParkingAreas() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileResponse.setTileParkingAreas(MapEntry<Tile,List<ParkingArea>> tileParkingAreas) |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Tile,List<ParkingAreaWithOccupancy>> |
GetParkingAreasForTileWithOccupancyResponse.getTileParkingAreaWithOccupancyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyResponse.setTileParkingAreaWithOccupancyMap(MapEntry<Tile,List<ParkingAreaWithOccupancy>> tileParkingAreaWithOccupancyMap) |
Copyright © 2019. All rights reserved.