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
-
Method Details
-
getTimeStamp
Date getTimeStamp()Retrieves the associated timestamp.- Returns:
- the associated timestamp
-