Interface NavigationStatisticsEntry

All Superinterfaces:
Serializable

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

    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 Link icon

    • getAssetId Link icon

      UUID getAssetId()
      Get the UUID of the Asset that this navigation statistics entry concerns.
      Returns:
      UUID of the viewed Asset
    • getName Link icon

      String getName()
      Get the name of the Asset that this navigation statistics entry concerns.
      Returns:
      name of the viewed Asset
    • getNumberOfViews Link icon

      int getNumberOfViews()
      Get the number of times the Asset was viewed.
      Returns:
      the number of times
    • getLastViewedDate Link icon

      long getLastViewedDate()
      Get the last time that the Asset was viewed by anyone.
      Returns:
      an epoch timestamp