Class MatchingResult
- java.lang.Object
-
- com.evolveum.midpoint.model.api.correlator.idmatch.MatchingResult
-
- All Implemented Interfaces:
DebugDumpable
public class MatchingResult extends Object implements DebugDumpable
A response from an external ID Match service.
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)static MatchingResultforReferenceId(@NotNull String referenceId)static MatchingResultforUncertain(@Nullable String matchRequestId, @NotNull Collection<PotentialMatch> potentialMatches)@Nullable StringgetMatchRequestId()@NotNull Collection<PotentialMatch>getPotentialMatches()@Nullable StringgetReferenceId()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
forReferenceId
public static MatchingResult forReferenceId(@NotNull @NotNull String referenceId)
-
forUncertain
public static MatchingResult forUncertain(@Nullable @Nullable String matchRequestId, @NotNull @NotNull Collection<PotentialMatch> potentialMatches)
-
getReferenceId
@Nullable public @Nullable String getReferenceId()
-
getMatchRequestId
@Nullable public @Nullable String getMatchRequestId()
-
getPotentialMatches
@NotNull public @NotNull Collection<PotentialMatch> getPotentialMatches()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-