Package lumis.portal.configuration
Class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration
- java.lang.Object
-
- lumis.portal.configuration.EnvironmentStandardBigDataDocumentPopularityProviderConfiguration
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration extends Object implements Serializable, Cloneable
StandardDocumentPopularityProvider
configuration.- Since:
- 11.1.0
- Version:
- $Revision: 24549 $ $Date: 2021-06-22 14:16:19 -0300 (Tue, 22 Jun 2021) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvironmentStandardBigDataDocumentPopularityProviderConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnvironmentStandardBigDataDocumentPopularityProviderConfiguration
clone()
Integer
getDocumentAgeThreshold()
Returns the documentAgeThreshold.Integer
getDocumentCount()
Returns the documentCount.Class<? extends IDocumentPopularityProvider>
getPopularityProvider()
Returns the popularityProvider.Integer
getTopUniqueVisitorHours()
Returns the topUniqueVisitorDays.Integer
getUniqueVisitorThreshold()
Returns the uniqueVisitorThreshold.void
setDocumentAgeThreshold(Integer documentAgeThreshold)
Sets the documentAgeThreshold.void
setDocumentCount(Integer documentCount)
Sets the documentCount.void
setPopularityProvider(Class<? extends IDocumentPopularityProvider> popularityProvider)
Sets the popularityProvider.void
setTopUniqueVisitorHours(Integer topUniqueVisitorHours)
Sets the topUniqueVisitorDays.void
setUniqueVisitorThreshold(Integer uniqueVisitorThreshold)
Sets the uniqueVisitorThreshold.
-
-
-
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
-
clone
protected EnvironmentStandardBigDataDocumentPopularityProviderConfiguration clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
-