Interface NavigationStatisticsEntry

All Superinterfaces:
Serializable

public interface NavigationStatisticsEntry extends Serializable
Contains navigation statistics related to a specific asset.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the UUID of the Asset that this navigation statistics entry concerns.
    long
    Get the last time that the Asset was viewed by anyone.
    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