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.voidsetFilterid(String filterid) Deprecated.voidsetFilters(List<PersonalizationService.Filter> filters) Sets the filters.voidSets the filter identifier associated with this content filtering definition.voidsetProperties(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