public class Source extends Person implements Serializable
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCategory()
Data Source category.
|
String |
getDisplay()
The full address for display purposes.
|
String |
getDomain()
Data Source domain.
|
String |
getId()
Unique identifier of this source in our systems.
|
Double |
getMatch()
0-1.
|
String |
getName()
Data Source name.
|
String |
getOriginUrl()
The url of the web page holding this information.
|
String |
getPersonId()
The id of the person this source belongs to.
|
Boolean |
getPremium()
Whether this is a premium data source.
|
Boolean |
getSponsored()
Indicating whether additional data from this source is available behind a website paywall.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCategory(String category)
Data Source category.
|
void |
setDisplay(String display)
The full address for display purposes.
|
void |
setDomain(String domain)
Data Source domain.
|
void |
setId(String id)
Unique identifier of this source in our systems.
|
void |
setMatch(Double match)
0-1.
|
void |
setName(String name)
Data Source name.
|
void |
setOriginUrl(String originUrl)
The url of the web page holding this information.
|
void |
setPersonId(String personId)
The id of the person this source belongs to.
|
void |
setPremium(Boolean premium)
Whether this is a premium data source.
|
void |
setSponsored(Boolean sponsored)
Indicating whether additional data from this source is available behind a website paywall.
|
String |
toString() |
Source |
withAdditionalProperty(String name,
Object value) |
Source |
withAddresses(List<Address> addresses) |
Source |
withCategory(String category) |
Source |
withDisplay(String display) |
Source |
withDob(DateOfBirth dob) |
Source |
withDomain(String domain) |
Source |
withEducations(List<Education> educations) |
Source |
withEmails(List<Email> emails) |
Source |
withEthnicities(List<Ethnicity> ethnicities) |
Source |
withGender(Gender gender) |
Source |
withId(String id) |
Source |
withImages(List<Image> images) |
Source |
withInferred(Boolean inferred) |
Source |
withJobs(List<Job> jobs) |
Source |
withLanguages(List<Language> languages) |
Source |
withMatch(Double match) |
Source |
withName(String name) |
Source |
withNames(List<Name> names) |
Source |
withOriginCountries(List<OriginCountry> originCountries) |
Source |
withOriginUrl(String originUrl) |
Source |
withPersonId(String personId) |
Source |
withPhones(List<Phone> phones) |
Source |
withPremium(Boolean premium) |
Source |
withRelationships(List<Relationship> relationships) |
Source |
withSearchPointer(String searchPointer) |
Source |
withSponsored(Boolean sponsored) |
Source |
withUrls(List<Url> urls) |
Source |
withUserIds(List<UserId> userIds) |
Source |
withUsernames(List<Username> usernames) |
getAddresses, getDob, getEducations, getEmails, getEthnicities, getGender, getImages, getInferred, getJobs, getLanguages, getNames, getOriginCountries, getPhones, getRelationships, getSearchPointer, getUrls, getUserIds, getUsernames, setAddresses, setDob, setEducations, setEmails, setEthnicities, setGender, setImages, setInferred, setJobs, setLanguages, setNames, setOriginCountries, setPhones, setRelationships, setSearchPointer, setUrls, setUserIds, setUsernamespublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getCategory()
public void setCategory(String category)
public String getDomain()
public void setDomain(String domain)
public String getPersonId()
public void setPersonId(String personId)
public Boolean getSponsored()
public void setSponsored(Boolean sponsored)
public String getOriginUrl()
public void setOriginUrl(String originUrl)
public Double getMatch()
public void setMatch(Double match)
public Boolean getPremium()
public void setPremium(Boolean premium)
public String getDisplay()
public void setDisplay(String display)
public Source withInferred(Boolean inferred)
withInferred in class Personpublic Source withSearchPointer(String searchPointer)
withSearchPointer in class Personpublic Source withEmails(List<Email> emails)
withEmails in class Personpublic Source withUsernames(List<Username> usernames)
withUsernames in class Personpublic Source withPhones(List<Phone> phones)
withPhones in class Personpublic Source withGender(Gender gender)
withGender in class Personpublic Source withDob(DateOfBirth dob)
public Source withLanguages(List<Language> languages)
withLanguages in class Personpublic Source withEthnicities(List<Ethnicity> ethnicities)
withEthnicities in class Personpublic Source withOriginCountries(List<OriginCountry> originCountries)
withOriginCountries in class Personpublic Source withAddresses(List<Address> addresses)
withAddresses in class Personpublic Source withEducations(List<Education> educations)
withEducations in class Personpublic Source withRelationships(List<Relationship> relationships)
withRelationships in class Personpublic Source withUserIds(List<UserId> userIds)
withUserIds in class Personpublic Source withImages(List<Image> images)
withImages in class Personpublic Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class Personpublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class Personpublic Source withAdditionalProperty(String name, Object value)
withAdditionalProperty in class PersonCopyright © 2020 The Apache Software Foundation. All rights reserved.