public class LiveSpot extends Object
| Constructor and Description |
|---|
LiveSpot() |
LiveSpot(Long parkingAreaId,
LiveSpotStatus occupied,
org.locationtech.jts.geom.Point position,
Timestamp timestamp,
Timestamp sinceTimestamp,
ParkingSpotType type,
Long spotId) |
| Modifier and Type | Method and Description |
|---|---|
LiveSpotStatus |
getOccupied() |
Long |
getParkingAreaId() |
org.locationtech.jts.geom.Point |
getPosition() |
Timestamp |
getSinceTimestamp() |
Long |
getSpotId() |
Timestamp |
getTimestamp() |
ParkingSpotType |
getType() |
void |
setOccupied(LiveSpotStatus occupied) |
void |
setParkingAreaId(Long parkingAreaId) |
void |
setPosition(org.locationtech.jts.geom.Point position) |
void |
setSinceTimestamp(Timestamp sinceTimestamp) |
void |
setSpotId(Long spotId) |
void |
setTimestamp(Timestamp timestamp) |
void |
setType(ParkingSpotType type) |
String |
toString() |
public LiveSpot()
public LiveSpot(Long parkingAreaId, LiveSpotStatus occupied, org.locationtech.jts.geom.Point position, Timestamp timestamp, Timestamp sinceTimestamp, ParkingSpotType type, Long spotId)
public Long getParkingAreaId()
public void setParkingAreaId(Long parkingAreaId)
public LiveSpotStatus getOccupied()
public void setOccupied(LiveSpotStatus occupied)
public org.locationtech.jts.geom.Point getPosition()
public void setPosition(org.locationtech.jts.geom.Point position)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public ParkingSpotType getType()
public void setType(ParkingSpotType type)
public Timestamp getSinceTimestamp()
public void setSinceTimestamp(Timestamp sinceTimestamp)
public Long getSpotId()
public void setSpotId(Long spotId)
Copyright © 2019. All rights reserved.