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.Flags
AbstractMap.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, 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 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.GenericJson
public Breakdown clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.