public final class ReturnAddressAddress
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 Content API for Shopping. 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 |
|---|
ReturnAddressAddress() |
| Modifier and Type | Method and Description |
|---|---|
ReturnAddressAddress |
clone() |
String |
getCountry()
CLDR country code (for example, "US").
|
String |
getLocality()
City, town or commune.
|
String |
getPostalCode()
Postal code or ZIP (for example, "94043").
|
String |
getRecipientName()
Name of the recipient to address returns to.
|
String |
getRegion()
Top-level administrative subdivision of the country.
|
List<String> |
getStreetAddress()
Street-level part of the address.
|
ReturnAddressAddress |
set(String fieldName,
Object value) |
ReturnAddressAddress |
setCountry(String country)
CLDR country code (for example, "US").
|
ReturnAddressAddress |
setLocality(String locality)
City, town or commune.
|
ReturnAddressAddress |
setPostalCode(String postalCode)
Postal code or ZIP (for example, "94043").
|
ReturnAddressAddress |
setRecipientName(String recipientName)
Name of the recipient to address returns to.
|
ReturnAddressAddress |
setRegion(String region)
Top-level administrative subdivision of the country.
|
ReturnAddressAddress |
setStreetAddress(List<String> streetAddress)
Street-level part of the address.
|
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 getCountry()
null for nonepublic ReturnAddressAddress setCountry(String country)
country - country or null for nonepublic String getLocality()
null for nonepublic ReturnAddressAddress setLocality(String locality)
locality - locality or null for nonepublic String getPostalCode()
null for nonepublic ReturnAddressAddress setPostalCode(String postalCode)
postalCode - postalCode or null for nonepublic String getRecipientName()
null for nonepublic ReturnAddressAddress setRecipientName(String recipientName)
recipientName - recipientName or null for nonepublic String getRegion()
null for nonepublic ReturnAddressAddress setRegion(String region)
region - region or null for nonepublic List<String> getStreetAddress()
null for nonepublic ReturnAddressAddress setStreetAddress(List<String> streetAddress)
streetAddress - streetAddress or null for nonepublic ReturnAddressAddress set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReturnAddressAddress clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.