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.
  • Constructor Details

  • Method Details

    • 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.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • debugDump

      public String debugDump(int indent)
      Specified by:
      debugDump in interface DebugDumpable