Class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Since:
    11.1.0
    Version:
    $Revision: 24549 $ $Date: 2021-06-22 14:16:19 -0300 (Tue, 22 Jun 2021) $
    See Also:
    Serialized Form
    • Constructor Detail

      • EnvironmentStandardBigDataDocumentPopularityProviderConfiguration

        public EnvironmentStandardBigDataDocumentPopularityProviderConfiguration()
    • Method Detail

      • getDocumentCount

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

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

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

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

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

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

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

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

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

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