Interface NavigationStatisticsEntry
- All Superinterfaces:
Serializable
Contains navigation statistics related to a specific asset.
-
Method Summary
Modifier and TypeMethodDescriptionGet the UUID of the Asset that this navigation statistics entry concerns.long
Get the last time that the Asset was viewed by anyone.getName()
Get the name of the Asset that this navigation statistics entry concerns.int
Get the number of times the Asset was viewed.
-
Method Details
-
getAssetId
UUID getAssetId()Get the UUID of the Asset that this navigation statistics entry concerns.- Returns:
- UUID of the viewed Asset
-
getName
String getName()Get the name of the Asset that this navigation statistics entry concerns.- Returns:
- name of the viewed Asset
-
getNumberOfViews
int getNumberOfViews()Get the number of times the Asset was viewed.- Returns:
- the number of times
-
getLastViewedDate
long getLastViewedDate()Get the last time that the Asset was viewed by anyone.- Returns:
- an epoch timestamp
-