Package org.apache.unomi.api.services
Class PersonalizationService.PersonalizedContent
java.lang.Object
org.apache.unomi.api.services.PersonalizationService.PersonalizedContent
- Enclosing interface:
- PersonalizationService
A personalizated content definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the filters.getId()
Retrieves the filter identifier associated with this content filtering definition.void
setFilterid
(String filterid) Deprecated.void
setFilters
(List<PersonalizationService.Filter> filters) Sets the filters.void
Sets the filter identifier associated with this content filtering definition.void
setProperties
(Map<String, Object> properties)
-
Constructor Details
-
PersonalizedContent
public PersonalizedContent()
-
-
Method Details
-
getId
Retrieves the filter identifier associated with this content filtering definition.- Returns:
- the filter identifier associated with this content filtering definition
-
setId
Sets the filter identifier associated with this content filtering definition.- Parameters:
id
- the filter identifier associated with this content filtering definition
-
setFilterid
Deprecated.As of version 1.3.0-incubating, please usesetId(String)
insteadSets the filter identifier associated with this content filtering definition.- Parameters:
filterid
- the filter identifier associated with this content filtering definition
-
getFilters
Retrieves the filters.- Returns:
- the filters
-
setFilters
Sets the filters.- Parameters:
filters
- the filters
-
getProperties
-
setProperties
-
setId(String)
instead