Package org.apache.unomi.api.services
Class PersonalizationService.PersonalizationRequest
- java.lang.Object
-
- org.apache.unomi.api.services.PersonalizationService.PersonalizationRequest
-
- Enclosing interface:
- PersonalizationService
public static class PersonalizationService.PersonalizationRequest extends Object
Personalization request
-
-
Constructor Summary
Constructors Constructor Description PersonalizationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PersonalizationService.PersonalizedContent>
getContents()
String
getId()
String
getStrategy()
Map<String,Object>
getStrategyOptions()
void
setContents(List<PersonalizationService.PersonalizedContent> contents)
void
setId(String id)
void
setStrategy(String strategy)
void
setStrategyOptions(Map<String,Object> strategyOptions)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getStrategy
public String getStrategy()
-
setStrategy
public void setStrategy(String strategy)
-
getContents
public List<PersonalizationService.PersonalizedContent> getContents()
-
setContents
public void setContents(List<PersonalizationService.PersonalizedContent> contents)
-
-