public class Affinity
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 |
Affinity.AffinityBuilder |
| Constructor and Description |
|---|
Affinity() |
Affinity(java.math.BigDecimal score,
java.lang.Integer recentViewCount,
java.math.BigDecimal recentScore) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getRecentScore() |
java.lang.Integer |
getRecentViewCount() |
java.math.BigDecimal |
getScore() |
void |
setRecentScore(java.math.BigDecimal recentScore)
Generated property for
Affinity.recentScore property defined at extension yaasyprofileconnect. |
void |
setRecentViewCount(java.lang.Integer recentViewCount)
Generated property for
Affinity.recentViewCount property defined at extension yaasyprofileconnect. |
void |
setScore(java.math.BigDecimal score)
Generated property for
Affinity.score property defined at extension yaasyprofileconnect. |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic Affinity(java.math.BigDecimal score,
java.lang.Integer recentViewCount,
java.math.BigDecimal recentScore)
public Affinity()
public void setScore(java.math.BigDecimal score)
Affinity.score property defined at extension yaasyprofileconnect.public java.math.BigDecimal getScore()
public void setRecentViewCount(java.lang.Integer recentViewCount)
Affinity.recentViewCount property defined at extension yaasyprofileconnect.public java.lang.Integer getRecentViewCount()
public void setRecentScore(java.math.BigDecimal recentScore)
Affinity.recentScore property defined at extension yaasyprofileconnect.public java.math.BigDecimal getRecentScore()
Copyright © 2018 SAP SE. All Rights Reserved.