Interface FeedEntityModel
-
- All Known Implementing Classes:
AlertModel
,TripUpdateModel
,VehiclePositionModel
public interface FeedEntityModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
Date
getTimestamp()
-
-
-
Method Detail
-
getId
long getId()
-
getTimestamp
Date getTimestamp()
-
-