Class PotentialMatch
- java.lang.Object
-
- com.evolveum.midpoint.model.api.correlator.idmatch.PotentialMatch
-
- All Implemented Interfaces:
DebugDumpable
public class PotentialMatch extends Object implements DebugDumpable
Represents a potential match obtained from ID Match service.
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PotentialMatch(Integer confidence, @Nullable String referenceId, @NotNull IdMatchAttributesType attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)booleanequals(Object o)Note that comparing attributes may be tricky (because of raw values).@NotNull IdMatchAttributesTypegetAttributes()IntegergetConfidence()DoublegetConfidenceScaledToOne()@Nullable StringgetReferenceId()inthashCode()booleanisNewIdentity()Is this the option to create a new reference ID (i.e.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
PotentialMatch
public PotentialMatch(Integer confidence, @Nullable @Nullable String referenceId, @NotNull @NotNull IdMatchAttributesType attributes)
-
-
Method Detail
-
getConfidence
public Integer getConfidence()
-
getConfidenceScaledToOne
public Double getConfidenceScaledToOne()
-
getReferenceId
@Nullable public @Nullable String getReferenceId()
-
isNewIdentity
public boolean isNewIdentity()
Is this the option to create a new reference ID (i.e. new identity)?
-
getAttributes
@NotNull public @NotNull IdMatchAttributesType getAttributes()
-
equals
public boolean equals(Object o)
Note that comparing attributes may be tricky (because of raw values). But let's try it.
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-