public final class BuyerAddress
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 Google Play Android Developer 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BuyerAddress() |
Modifier and Type | Method and Description |
---|---|
BuyerAddress |
clone() |
String |
getBuyerCountry()
Two letter country code based on ISO-3166-1 Alpha-2 (UN country codes).
|
String |
getBuyerPostcode()
Postal code of an address.
|
String |
getBuyerState()
Top-level administrative subdivision of the buyer address country.
|
BuyerAddress |
set(String fieldName,
Object value) |
BuyerAddress |
setBuyerCountry(String buyerCountry)
Two letter country code based on ISO-3166-1 Alpha-2 (UN country codes).
|
BuyerAddress |
setBuyerPostcode(String buyerPostcode)
Postal code of an address.
|
BuyerAddress |
setBuyerState(String buyerState)
Top-level administrative subdivision of the buyer address country.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getBuyerCountry()
null
for nonepublic BuyerAddress setBuyerCountry(String buyerCountry)
buyerCountry
- buyerCountry or null
for nonepublic String getBuyerPostcode()
null
for nonepublic BuyerAddress setBuyerPostcode(String buyerPostcode)
buyerPostcode
- buyerPostcode or null
for nonepublic String getBuyerState()
null
for nonepublic BuyerAddress setBuyerState(String buyerState)
buyerState
- buyerState or null
for nonepublic BuyerAddress set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BuyerAddress clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.