Class PersonDuplicateMatchType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PersonDuplicateMatchType
-
public class PersonDuplicateMatchType extends Object
The PersonDuplicateMatchType model.
-
-
Constructor Summary
Constructors Constructor Description PersonDuplicateMatchType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmatchedDateOfBirth()Get matched date of birth type.StringmatchedHash()Get matched name hash type.StringqueriedDateOfBirth()Get queried date of birth type.StringqueriedHash()Get queried name hash type.PersonDuplicateMatchTypewithMatchedDateOfBirth(String matchedDateOfBirth)Set matched date of birth type.PersonDuplicateMatchTypewithMatchedHash(String matchedHash)Set matched name hash type.PersonDuplicateMatchTypewithQueriedDateOfBirth(String queriedDateOfBirth)Set queried date of birth type.PersonDuplicateMatchTypewithQueriedHash(String queriedHash)Set queried name hash type.
-
-
-
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.
-
-