public class Profile
extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>
implements java.util.Map<java.lang.String,java.lang.Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
Profile.ProfileBuilder |
| Constructor and Description |
|---|
Profile() |
Profile(Insights insights,
java.util.Map<java.lang.String,Segment> segments) |
| Modifier and Type | Method and Description |
|---|---|
Insights |
getInsights() |
java.util.Map<java.lang.String,Segment> |
getSegments() |
void |
setInsights(Insights insights)
Generated property for
Profile.insights property defined at extension personalizationyprofile. |
void |
setSegments(java.util.Map<java.lang.String,Segment> segments)
Generated property for
Profile.segments property defined at extension personalizationyprofile. |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic void setInsights(Insights insights)
Profile.insights property defined at extension personalizationyprofile.public Insights getInsights()
public void setSegments(java.util.Map<java.lang.String,Segment> segments)
Profile.segments property defined at extension personalizationyprofile.public java.util.Map<java.lang.String,Segment> getSegments()
Copyright © 2018 SAP SE. All Rights Reserved.