Class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration

    • Constructor Detail

      • EnvironmentStandardBigDataDocumentPopularityProviderConfiguration

        public EnvironmentStandardBigDataDocumentPopularityProviderConfiguration()
    • Method Detail

      • getDocumentCount

        public Integer getDocumentCount()
        Returns the documentCount.
        Returns:
        the documentCount
        Since:
        11.1.0
      • setDocumentCount

        public void setDocumentCount​(Integer documentCount)
        Sets the documentCount.
        Parameters:
        documentCount - the documentCount value to set.
        Since:
        11.1.0
      • getTopUniqueVisitorHours

        public Integer getTopUniqueVisitorHours()
        Returns the topUniqueVisitorDays.
        Returns:
        the topUniqueVisitorDays
        Since:
        11.1.0
      • setTopUniqueVisitorHours

        public void setTopUniqueVisitorHours​(Integer topUniqueVisitorHours)
        Sets the topUniqueVisitorDays.
        Parameters:
        topUniqueVisitorDays - the topUniqueVisitorDays value to set.
        Since:
        11.1.0
      • getDocumentAgeThreshold

        public Integer getDocumentAgeThreshold()
        Returns the documentAgeThreshold.
        Returns:
        the documentAgeThreshold
        Since:
        11.1.0
      • setDocumentAgeThreshold

        public void setDocumentAgeThreshold​(Integer documentAgeThreshold)
        Sets the documentAgeThreshold.
        Parameters:
        documentAgeThreshold - the documentAgeThreshold value to set.
        Since:
        11.1.0
      • getUniqueVisitorThreshold

        public Integer getUniqueVisitorThreshold()
        Returns the uniqueVisitorThreshold.
        Returns:
        the uniqueVisitorThreshold
        Since:
        11.1.0
      • setUniqueVisitorThreshold

        public void setUniqueVisitorThreshold​(Integer uniqueVisitorThreshold)
        Sets the uniqueVisitorThreshold.
        Parameters:
        uniqueVisitorThreshold - the uniqueVisitorThreshold value to set.
        Since:
        11.1.0
      • getPopularityProvider

        public Class<? extends IDocumentPopularityProvider> getPopularityProvider()
        Returns the popularityProvider.
        Returns:
        the popularityProvider
        Since:
        11.1.0
      • setPopularityProvider

        public void setPopularityProvider​(Class<? extends IDocumentPopularityProvider> popularityProvider)
        Sets the popularityProvider.
        Parameters:
        popularityProvider - the popularityProvider value to set.
        Since:
        11.1.0