public final class Breakdown
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 | 
|---|
Breakdown()  | 
| Modifier and Type | Method and Description | 
|---|---|
Breakdown | 
clone()  | 
List<String> | 
getDetails()
Human readable, localized description of issue's effect on different targets. 
 | 
List<BreakdownRegion> | 
getRegions()
Lists of regions. 
 | 
Breakdown | 
set(String fieldName,
   Object value)  | 
Breakdown | 
setDetails(List<String> details)
Human readable, localized description of issue's effect on different targets. 
 | 
Breakdown | 
setRegions(List<BreakdownRegion> regions)
Lists of regions. 
 | 
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 List<String> getDetails()
null for nonepublic Breakdown setDetails(List<String> details)
details - details or null for nonepublic List<BreakdownRegion> getRegions()
null for nonepublic Breakdown setRegions(List<BreakdownRegion> regions)
regions - regions or null for nonepublic Breakdown set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Breakdown clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.