public class FieldCount extends Object implements Serializable
| Constructor and Description |
|---|
FieldCount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getAddresses()
The sum of addresses.
|
Long |
getDobs()
The sum of dates of birth.
|
Long |
getEducations()
The sum of educations.
|
Long |
getEmails()
The sum of emails.
|
Long |
getEthnicities()
The sum of ethnicities.
|
Long |
getGenders()
The sum of genders.
|
Long |
getImages()
The sum of images.
|
Long |
getJobs()
The sum of jobs.
|
Long |
getLandlinePhones()
The sum of landline (non-mobile) phones.
|
Long |
getLanguages()
The sum of languages.
|
Long |
getMobilePhones()
The sum of mobile phones.
|
Long |
getNames()
The sum of names.
|
Long |
getOriginCountries()
The sum of origin countries.
|
Long |
getPhones()
The sum of both mobile and landline phones.
|
Long |
getRelationships()
The sum of relationships.
|
Long |
getSocialProfiles()
The sum of social profile sources.
|
Long |
getUserIds()
The sum of user ids.
|
Long |
getUsernames()
The sum of usernames.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAddresses(Long addresses)
The sum of addresses.
|
void |
setDobs(Long dobs)
The sum of dates of birth.
|
void |
setEducations(Long educations)
The sum of educations.
|
void |
setEmails(Long emails)
The sum of emails.
|
void |
setEthnicities(Long ethnicities)
The sum of ethnicities.
|
void |
setGenders(Long genders)
The sum of genders.
|
void |
setImages(Long images)
The sum of images.
|
void |
setJobs(Long jobs)
The sum of jobs.
|
void |
setLandlinePhones(Long landlinePhones)
The sum of landline (non-mobile) phones.
|
void |
setLanguages(Long languages)
The sum of languages.
|
void |
setMobilePhones(Long mobilePhones)
The sum of mobile phones.
|
void |
setNames(Long names)
The sum of names.
|
void |
setOriginCountries(Long originCountries)
The sum of origin countries.
|
void |
setPhones(Long phones)
The sum of both mobile and landline phones.
|
void |
setRelationships(Long relationships)
The sum of relationships.
|
void |
setSocialProfiles(Long socialProfiles)
The sum of social profile sources.
|
void |
setUserIds(Long userIds)
The sum of user ids.
|
void |
setUsernames(Long usernames)
The sum of usernames.
|
String |
toString() |
FieldCount |
withAdditionalProperty(String name,
Object value) |
FieldCount |
withAddresses(Long addresses) |
FieldCount |
withDobs(Long dobs) |
FieldCount |
withEducations(Long educations) |
FieldCount |
withEmails(Long emails) |
FieldCount |
withEthnicities(Long ethnicities) |
FieldCount |
withGenders(Long genders) |
FieldCount |
withImages(Long images) |
FieldCount |
withJobs(Long jobs) |
FieldCount |
withLandlinePhones(Long landlinePhones) |
FieldCount |
withLanguages(Long languages) |
FieldCount |
withMobilePhones(Long mobilePhones) |
FieldCount |
withNames(Long names) |
FieldCount |
withOriginCountries(Long originCountries) |
FieldCount |
withPhones(Long phones) |
FieldCount |
withRelationships(Long relationships) |
FieldCount |
withSocialProfiles(Long socialProfiles) |
FieldCount |
withUserIds(Long userIds) |
FieldCount |
withUsernames(Long usernames) |
public Long getEmails()
public void setEmails(Long emails)
public FieldCount withEmails(Long emails)
public Long getRelationships()
public void setRelationships(Long relationships)
public FieldCount withRelationships(Long relationships)
public Long getUsernames()
public void setUsernames(Long usernames)
public FieldCount withUsernames(Long usernames)
public Long getUserIds()
public void setUserIds(Long userIds)
public FieldCount withUserIds(Long userIds)
public Long getJobs()
public void setJobs(Long jobs)
public FieldCount withJobs(Long jobs)
public Long getAddresses()
public void setAddresses(Long addresses)
public FieldCount withAddresses(Long addresses)
public Long getEthnicities()
public void setEthnicities(Long ethnicities)
public FieldCount withEthnicities(Long ethnicities)
public Long getPhones()
public void setPhones(Long phones)
public FieldCount withPhones(Long phones)
public Long getMobilePhones()
public void setMobilePhones(Long mobilePhones)
public FieldCount withMobilePhones(Long mobilePhones)
public Long getLandlinePhones()
public void setLandlinePhones(Long landlinePhones)
public FieldCount withLandlinePhones(Long landlinePhones)
public Long getEducations()
public void setEducations(Long educations)
public FieldCount withEducations(Long educations)
public Long getLanguages()
public void setLanguages(Long languages)
public FieldCount withLanguages(Long languages)
public Long getSocialProfiles()
public void setSocialProfiles(Long socialProfiles)
public FieldCount withSocialProfiles(Long socialProfiles)
public Long getNames()
public void setNames(Long names)
public FieldCount withNames(Long names)
public Long getDobs()
public void setDobs(Long dobs)
public FieldCount withDobs(Long dobs)
public Long getImages()
public void setImages(Long images)
public FieldCount withImages(Long images)
public Long getGenders()
public void setGenders(Long genders)
public FieldCount withGenders(Long genders)
public Long getOriginCountries()
public void setOriginCountries(Long originCountries)
public FieldCount withOriginCountries(Long originCountries)
public FieldCount withAdditionalProperty(String name, Object value)
Copyright © 2020 The Apache Software Foundation. All rights reserved.