Class PotentialMatch
java.lang.Object
com.evolveum.midpoint.model.api.correlator.idmatch.PotentialMatch
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionPotentialMatch(Integer confidence, @Nullable String referenceId, @NotNull IdMatchAttributesType attributes) -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) booleanNote that comparing attributes may be tricky (because of raw values).@NotNull IdMatchAttributesType@Nullable StringinthashCode()booleanIs this the option to create a new reference ID (i.e. new identity)?toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
PotentialMatch
public PotentialMatch(Integer confidence, @Nullable @Nullable String referenceId, @NotNull @NotNull IdMatchAttributesType attributes)
-
-
Method Details
-
getConfidence
-
getConfidenceScaledToOne
-
getReferenceId
-
isNewIdentity
public boolean isNewIdentity()Is this the option to create a new reference ID (i.e. new identity)? -
getAttributes
-
equals
Note that comparing attributes may be tricky (because of raw values). But let's try it. -
hashCode
public int hashCode() -
toString
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-