Class Profile
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,java.lang.Object>
-
- de.hybris.platform.personalizationyprofile.yaas.Profile
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public class Profile extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements java.util.Map<java.lang.String,java.lang.Object>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfile.ProfileBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsgetInsights()java.util.Map<java.lang.String,Segment>getSegments()voidsetInsights(Insights insights)Generated property forProfile.insightsproperty defined at extensionpersonalizationyprofile.voidsetSegments(java.util.Map<java.lang.String,Segment> segments)Generated property forProfile.segmentsproperty defined at extensionpersonalizationyprofile.-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
setInsights
public void setInsights(Insights insights)
Generated property forProfile.insightsproperty defined at extensionpersonalizationyprofile.
-
getInsights
public Insights getInsights()
-
setSegments
public void setSegments(java.util.Map<java.lang.String,Segment> segments)
Generated property forProfile.segmentsproperty defined at extensionpersonalizationyprofile.
-
getSegments
public java.util.Map<java.lang.String,Segment> getSegments()
-
-