public final class ContactInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
ContactInfo |
clone() |
String |
getCountryCode()
Country code of the member.
|
List<String> |
getHashedEmails()
A list of SHA256 hashed email of the member.
|
String |
getHashedFirstName()
SHA256 hashed first name of the member.
|
String |
getHashedLastName()
SHA256 hashed last name of the member.
|
List<String> |
getHashedPhoneNumbers()
A list of SHA256 hashed phone numbers of the member.
|
List<String> |
getZipCodes()
A list of zip codes of the member.
|
ContactInfo |
set(String fieldName,
Object value) |
ContactInfo |
setCountryCode(String countryCode)
Country code of the member.
|
ContactInfo |
setHashedEmails(List<String> hashedEmails)
A list of SHA256 hashed email of the member.
|
ContactInfo |
setHashedFirstName(String hashedFirstName)
SHA256 hashed first name of the member.
|
ContactInfo |
setHashedLastName(String hashedLastName)
SHA256 hashed last name of the member.
|
ContactInfo |
setHashedPhoneNumbers(List<String> hashedPhoneNumbers)
A list of SHA256 hashed phone numbers of the member.
|
ContactInfo |
setZipCodes(List<String> zipCodes)
A list of zip codes of the member.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCountryCode()
null for nonepublic ContactInfo setCountryCode(String countryCode)
countryCode - countryCode or null for nonepublic List<String> getHashedEmails()
null for nonepublic ContactInfo setHashedEmails(List<String> hashedEmails)
hashedEmails - hashedEmails or null for nonepublic String getHashedFirstName()
null for nonepublic ContactInfo setHashedFirstName(String hashedFirstName)
hashedFirstName - hashedFirstName or null for nonepublic String getHashedLastName()
null for nonepublic ContactInfo setHashedLastName(String hashedLastName)
hashedLastName - hashedLastName or null for nonepublic List<String> getHashedPhoneNumbers()
null for nonepublic ContactInfo setHashedPhoneNumbers(List<String> hashedPhoneNumbers)
hashedPhoneNumbers - hashedPhoneNumbers or null for nonepublic List<String> getZipCodes()
null for nonepublic ContactInfo setZipCodes(List<String> zipCodes)
zipCodes - zipCodes or null for nonepublic ContactInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ContactInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.