Class Affinity
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- Direct Known Subclasses:
LocationsAffinity
@Deprecated
public class Affinity
extends LinkedHashMap<String,Object>
implements Map<String,Object>
Deprecated.
Deprecated because Profile structure has changed
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionAffinity()Deprecated.Affinity(BigDecimal score, Integer recentViewCount, BigDecimal recentScore) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getScore()Deprecated.voidsetRecentScore(BigDecimal recentScore) Deprecated.Generated property forAffinity.recentScoreproperty defined at extensionpersonalizationyprofile.voidsetRecentViewCount(Integer recentViewCount) Deprecated.Generated property forAffinity.recentViewCountproperty defined at extensionpersonalizationyprofile.voidsetScore(BigDecimal score) Deprecated.Generated property forAffinity.scoreproperty defined at extensionpersonalizationyprofile.Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
Affinity
Deprecated. -
Affinity
public Affinity()Deprecated.
-
-
Method Details
-
setScore
Deprecated.Generated property forAffinity.scoreproperty defined at extensionpersonalizationyprofile. -
getScore
Deprecated. -
setRecentViewCount
Deprecated.Generated property forAffinity.recentViewCountproperty defined at extensionpersonalizationyprofile. -
getRecentViewCount
Deprecated. -
setRecentScore
Deprecated.Generated property forAffinity.recentScoreproperty defined at extensionpersonalizationyprofile. -
getRecentScore
Deprecated.
-