Class BatchMatchResultDTO

    • Field Detail

      • matchFound

        public boolean matchFound
        The result of the match. True if found, false if not found.
      • wasGoodGuy

        public boolean wasGoodGuy
        True if no match found because the address is defined as GoodGuy else false.
      • referenceId

        public String referenceId
        In this field the same value is returned as passed with the corresponding AddressPatternDTO (length=255)
        See Also:
        AddressPatternDTO
      • referenceComment

        public String referenceComment
        In this field the same value is returned as passed with the corresponding AddressPatternDTO. (length=3000)
        See Also:
        AddressPatternDTO
    • Constructor Detail

      • BatchMatchResultDTO

        public BatchMatchResultDTO()