Package lumis.portal.configuration
Class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration
- java.lang.Object
-
- lumis.portal.configuration.EnvironmentStandardBigDataDocumentPopularityProviderConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class EnvironmentStandardBigDataDocumentPopularityProviderConfiguration extends java.lang.Object implements java.io.Serializable, java.lang.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()
java.lang.Integer
getDocumentAgeThreshold()
Returns the documentAgeThreshold.java.lang.Integer
getDocumentCount()
Returns the documentCount.java.lang.Class<? extends IDocumentPopularityProvider>
getPopularityProvider()
Returns the popularityProvider.java.lang.Integer
getTopUniqueVisitorHours()
Returns the topUniqueVisitorDays.java.lang.Integer
getUniqueVisitorThreshold()
Returns the uniqueVisitorThreshold.void
setDocumentAgeThreshold(java.lang.Integer documentAgeThreshold)
Sets the documentAgeThreshold.void
setDocumentCount(java.lang.Integer documentCount)
Sets the documentCount.void
setPopularityProvider(java.lang.Class<? extends IDocumentPopularityProvider> popularityProvider)
Sets the popularityProvider.void
setTopUniqueVisitorHours(java.lang.Integer topUniqueVisitorHours)
Sets the topUniqueVisitorDays.void
setUniqueVisitorThreshold(java.lang.Integer uniqueVisitorThreshold)
Sets the uniqueVisitorThreshold.
-
-
-
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
-
clone
protected EnvironmentStandardBigDataDocumentPopularityProviderConfiguration clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
-