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
ConstructorDescriptionPotentialMatch
(Integer confidence, @Nullable String referenceId, @NotNull IdMatchAttributesType attributes) -
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) boolean
Note that comparing attributes may be tricky (because of raw values).@NotNull IdMatchAttributesType
@Nullable String
int
hashCode()
boolean
Is this the option to create a new reference ID (i.e.toString()
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 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:
debugDump
in interfaceDebugDumpable
-