public final class PostalCodeGroup
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PostalCodeGroup() |
Modifier and Type | Method and Description |
---|---|
PostalCodeGroup |
clone() |
String |
getCountry()
The CLDR territory code of the country the postal code group applies to.
|
String |
getName()
The name of the postal code group, referred to in headers.
|
List<PostalCodeRange> |
getPostalCodeRanges()
A range of postal codes.
|
PostalCodeGroup |
set(String fieldName,
Object value) |
PostalCodeGroup |
setCountry(String country)
The CLDR territory code of the country the postal code group applies to.
|
PostalCodeGroup |
setName(String name)
The name of the postal code group, referred to in headers.
|
PostalCodeGroup |
setPostalCodeRanges(List<PostalCodeRange> postalCodeRanges)
A range of postal codes.
|
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 getCountry()
null
for nonepublic PostalCodeGroup setCountry(String country)
country
- country or null
for nonepublic String getName()
null
for nonepublic PostalCodeGroup setName(String name)
name
- name or null
for nonepublic List<PostalCodeRange> getPostalCodeRanges()
null
for nonepublic PostalCodeGroup setPostalCodeRanges(List<PostalCodeRange> postalCodeRanges)
postalCodeRanges
- postalCodeRanges or null
for nonepublic PostalCodeGroup set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PostalCodeGroup clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.