Class MatchJobBaseResults


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]")
    public class MatchJobBaseResults
    extends Object
    Provides the results of the job. If the job is still running, there may still be preliminary results available.
    • Constructor Detail

      • MatchJobBaseResults

        public MatchJobBaseResults()
    • Method Detail

      • getPairsMatched

        @Nullable
        public Integer getPairsMatched()
        Number of record pairs matched with a 'matched' verdict.
        Returns:
        pairsMatched
      • setPairsMatched

        public void setPairsMatched​(Integer pairsMatched)
      • getPairsQuestionable

        @Nullable
        public Integer getPairsQuestionable()
        Number of record pairs matched with a 'questionable' verdict.
        Returns:
        pairsQuestionable
      • setPairsQuestionable

        public void setPairsQuestionable​(Integer pairsQuestionable)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object