@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class SignalsResponseV20240424 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SignalsResponseV20240424.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DEMOGRAPHICS |
static String |
SERIALIZED_NAME_ECONOMIC |
static String |
SERIALIZED_NAME_EDUCATION |
static String |
SERIALIZED_NAME_EMAILS |
static String |
SERIALIZED_NAME_EMPLOYMENT |
static String |
SERIALIZED_NAME_IP_ADDRESSES |
static String |
SERIALIZED_NAME_LOCATIONS |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PERSON_IDS |
static String |
SERIALIZED_NAME_PHONES |
static String |
SERIALIZED_NAME_PHOTOS |
static String |
SERIALIZED_NAME_SOCIAL_PROFILES |
| Constructor and Description |
|---|
SignalsResponseV20240424() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DEMOGRAPHICS
public static final String SERIALIZED_NAME_LOCATIONS
public static final String SERIALIZED_NAME_EMAILS
public static final String SERIALIZED_NAME_PHONES
public static final String SERIALIZED_NAME_PERSON_IDS
public static final String SERIALIZED_NAME_IP_ADDRESSES
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_SOCIAL_PROFILES
public static final String SERIALIZED_NAME_EMPLOYMENT
public static final String SERIALIZED_NAME_EDUCATION
public static final String SERIALIZED_NAME_PHOTOS
public static final String SERIALIZED_NAME_ECONOMIC
public SignalsResponseV20240424 name(NameWithAlias name)
@Nullable public NameWithAlias getName()
public void setName(NameWithAlias name)
public SignalsResponseV20240424 demographics(Demographics demographics)
@Nullable public Demographics getDemographics()
public void setDemographics(Demographics demographics)
public SignalsResponseV20240424 locations(List<Location> locations)
public SignalsResponseV20240424 addLocationsItem(Location locationsItem)
public SignalsResponseV20240424 emails(List<Email> emails)
public SignalsResponseV20240424 addEmailsItem(Email emailsItem)
public SignalsResponseV20240424 phones(List<Phone> phones)
public SignalsResponseV20240424 addPhonesItem(Phone phonesItem)
public SignalsResponseV20240424 personIds(List<String> personIds)
public SignalsResponseV20240424 addPersonIdsItem(String personIdsItem)
public SignalsResponseV20240424 ipAddresses(List<IpAddress> ipAddresses)
public SignalsResponseV20240424 addIpAddressesItem(IpAddress ipAddressesItem)
@Nullable public List<IpAddress> getIpAddresses()
public SignalsResponseV20240424 message(String message)
public void setMessage(String message)
public SignalsResponseV20240424 socialProfiles(List<SocialProfileDetails> socialProfiles)
public SignalsResponseV20240424 addSocialProfilesItem(SocialProfileDetails socialProfilesItem)
@Nullable public List<SocialProfileDetails> getSocialProfiles()
public void setSocialProfiles(List<SocialProfileDetails> socialProfiles)
public SignalsResponseV20240424 employment(List<Employment> employment)
public SignalsResponseV20240424 addEmploymentItem(Employment employmentItem)
@Nullable public List<Employment> getEmployment()
public void setEmployment(List<Employment> employment)
public SignalsResponseV20240424 education(List<Education> education)
public SignalsResponseV20240424 addEducationItem(Education educationItem)
public SignalsResponseV20240424 photos(List<Photo> photos)
public SignalsResponseV20240424 addPhotosItem(Photo photosItem)
public SignalsResponseV20240424 economic(Economic economic)
public void setEconomic(Economic economic)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to SignalsResponseV20240424public static SignalsResponseV20240424 fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SignalsResponseV20240424public String toJson()
Copyright © 2024. All rights reserved.