public static class PersonalizationService.PersonalizedContent extends Object
Constructor and Description |
---|
PersonalizedContent() |
Modifier and Type | Method and Description |
---|---|
List<PersonalizationService.Filter> |
getFilters()
Retrieves the filters.
|
String |
getId()
Retrieves the filter identifier associated with this content filtering definition.
|
Map<String,Object> |
getProperties() |
void |
setFilterid(String filterid)
Deprecated.
As of version 1.3.0-incubating, please use
setId(String) instead |
void |
setFilters(List<PersonalizationService.Filter> filters)
Sets the filters.
|
void |
setId(String id)
Sets the filter identifier associated with this content filtering definition.
|
void |
setProperties(Map<String,Object> properties) |
public String getId()
public void setId(String id)
id
- the filter identifier associated with this content filtering definition@Deprecated public void setFilterid(String filterid)
setId(String)
insteadfilterid
- the filter identifier associated with this content filtering definitionpublic List<PersonalizationService.Filter> getFilters()
public void setFilters(List<PersonalizationService.Filter> filters)
filters
- the filtersCopyright © 2014–2022 Apache Software Foundation. All rights reserved.