Package org.apache.unomi.api
Interface TimestampedItem
-
- All Known Implementing Classes:
Event
,JsonSchemaWrapper
,PersonaSession
,Session
public interface TimestampedItem
A context-server entity that is timestamped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getTimeStamp()
Retrieves the associated timestamp.
-
-
-
Method Detail
-
getTimeStamp
Date getTimeStamp()
Retrieves the associated timestamp.- Returns:
- the associated timestamp
-
-