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