@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class SignalsResponseV0 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SignalsResponseV0.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DEMOGRAPHICS |
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_SOCIAL_PROFILES |
| Constructor and Description |
|---|
SignalsResponseV0() |
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 SignalsResponseV0 name(Name name)
public void setName(Name name)
public SignalsResponseV0 demographics(Demographics demographics)
@Nullable public Demographics getDemographics()
public void setDemographics(Demographics demographics)
public SignalsResponseV0 locations(List<Location> locations)
public SignalsResponseV0 addLocationsItem(Location locationsItem)
public SignalsResponseV0 emails(List<Email> emails)
public SignalsResponseV0 addEmailsItem(Email emailsItem)
public SignalsResponseV0 phones(List<Phone> phones)
public SignalsResponseV0 addPhonesItem(Phone phonesItem)
public SignalsResponseV0 personIds(List<String> personIds)
public SignalsResponseV0 addPersonIdsItem(String personIdsItem)
public SignalsResponseV0 ipAddresses(List<IpAddress> ipAddresses)
public SignalsResponseV0 addIpAddressesItem(IpAddress ipAddressesItem)
@Nullable public List<IpAddress> getIpAddresses()
public SignalsResponseV0 message(String message)
public void setMessage(String message)
public SignalsResponseV0 socialProfiles(SocialProfileUrls socialProfiles)
@Nullable public SocialProfileUrls getSocialProfiles()
public void setSocialProfiles(SocialProfileUrls socialProfiles)
public SignalsResponseV0 employment(Employment employment)
@Nullable public Employment getEmployment()
public void setEmployment(Employment employment)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to SignalsResponseV0public static SignalsResponseV0 fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SignalsResponseV0public String toJson()
Copyright © 2024. All rights reserved.