Class FindMostViewedAssetsRequest

  • All Implemented Interfaces:
    Serializable

    public class FindMostViewedAssetsRequest
    extends PagedRequest
    The search criteria for navigation statistics about most viewed assets. The returned entries satisfy all constraints that are specified in this search criteria.
    See Also:
    Serialized Form
    • Constructor Detail

      • FindMostViewedAssetsRequest

        public FindMostViewedAssetsRequest()
    • Method Detail

      • getPeriod

        public long getPeriod()
        The time span for which most viewed assets should be found. This time span must be expressed in milliseconds. For instance, to get most viewed assets last 24 hours, period would be 86400000. If it's unset (period = 0) looks for all time most viewed assets.
      • isGuestExcluded

        public boolean isGuestExcluded()
        true if guest visits should be excluded.
      • setPeriod

        public void setPeriod​(long period)
        The time span for which most viewed assets should be found. This time span must be expressed in milliseconds. For instance, to get most viewed assets last 24 hours, period would be 86400000. If it's unset (period = 0) looks for all time most viewed assets.
      • setGuestExcluded

        public void setGuestExcluded​(boolean guestExcluded)
        true if guest visits should be excluded.
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class PagedRequest