Class PersonDuplicateMatchType


  • public class PersonDuplicateMatchType
    extends Object
    The PersonDuplicateMatchType model.
    • Constructor Detail

      • PersonDuplicateMatchType

        public PersonDuplicateMatchType()
    • Method Detail

      • queriedHash

        public String queriedHash()
        Get queried name hash type.
        Returns:
        the queriedHash value
      • withQueriedHash

        public PersonDuplicateMatchType withQueriedHash​(String queriedHash)
        Set queried name hash type.
        Parameters:
        queriedHash - the queriedHash value to set
        Returns:
        the PersonDuplicateMatchType object itself.
      • queriedDateOfBirth

        public String queriedDateOfBirth()
        Get queried date of birth type.
        Returns:
        the queriedDateOfBirth value
      • withQueriedDateOfBirth

        public PersonDuplicateMatchType withQueriedDateOfBirth​(String queriedDateOfBirth)
        Set queried date of birth type.
        Parameters:
        queriedDateOfBirth - the queriedDateOfBirth value to set
        Returns:
        the PersonDuplicateMatchType object itself.
      • matchedHash

        public String matchedHash()
        Get matched name hash type.
        Returns:
        the matchedHash value
      • withMatchedHash

        public PersonDuplicateMatchType withMatchedHash​(String matchedHash)
        Set matched name hash type.
        Parameters:
        matchedHash - the matchedHash value to set
        Returns:
        the PersonDuplicateMatchType object itself.
      • matchedDateOfBirth

        public String matchedDateOfBirth()
        Get matched date of birth type.
        Returns:
        the matchedDateOfBirth value
      • withMatchedDateOfBirth

        public PersonDuplicateMatchType withMatchedDateOfBirth​(String matchedDateOfBirth)
        Set matched date of birth type.
        Parameters:
        matchedDateOfBirth - the matchedDateOfBirth value to set
        Returns:
        the PersonDuplicateMatchType object itself.