| Package | Description |
|---|---|
| de.aipark.api.livedata.spot |
| Modifier and Type | Method and Description |
|---|---|
ParkingSpotType |
LiveSpot.getType() |
static ParkingSpotType |
ParkingSpotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkingSpotType[] |
ParkingSpotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LiveSpot.setType(ParkingSpotType type) |
| Constructor and Description |
|---|
LiveSpot(Long parkingAreaId,
LiveSpotStatus occupied,
org.locationtech.jts.geom.Point position,
Timestamp timestamp,
Timestamp sinceTimestamp,
ParkingSpotType type,
Long spotId) |
Copyright © 2019. All rights reserved.