Class PotentialMatch

  • All Implemented Interfaces:
    DebugDumpable

    public class PotentialMatch
    extends Object
    implements DebugDumpable
    Represents a potential match obtained from ID Match service.
    • 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)?
      • 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