public class Person extends Object implements Serializable
| Constructor and Description |
|---|
Person() |
public String getId()
public void setId(String id)
public Boolean getInferred()
public void setInferred(Boolean inferred)
public String getSearchPointer()
public void setSearchPointer(String searchPointer)
public Double getMatch()
public void setMatch(Double match)
public Gender getGender()
public void setGender(Gender gender)
public DateOfBirth getDob()
public void setDob(DateOfBirth dob)
public Person withDob(DateOfBirth dob)
public List<OriginCountry> getOriginCountries()
public void setOriginCountries(List<OriginCountry> originCountries)
public Person withOriginCountries(List<OriginCountry> originCountries)
public List<Relationship> getRelationships()
public void setRelationships(List<Relationship> relationships)
public Person withRelationships(List<Relationship> relationships)
Copyright © 2020 The Apache Software Foundation. All rights reserved.