public final class AccountStatusProducts
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 |
|---|
AccountStatusProducts() |
| Modifier and Type | Method and Description |
|---|---|
AccountStatusProducts |
clone() |
String |
getChannel()
The channel the data applies to.
|
String |
getCountry()
The country the data applies to.
|
String |
getDestination()
The destination the data applies to.
|
List<AccountStatusItemLevelIssue> |
getItemLevelIssues()
List of item-level issues.
|
AccountStatusStatistics |
getStatistics()
Aggregated product statistics.
|
AccountStatusProducts |
set(String fieldName,
Object value) |
AccountStatusProducts |
setChannel(String channel)
The channel the data applies to.
|
AccountStatusProducts |
setCountry(String country)
The country the data applies to.
|
AccountStatusProducts |
setDestination(String destination)
The destination the data applies to.
|
AccountStatusProducts |
setItemLevelIssues(List<AccountStatusItemLevelIssue> itemLevelIssues)
List of item-level issues.
|
AccountStatusProducts |
setStatistics(AccountStatusStatistics statistics)
Aggregated product statistics.
|
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 getChannel()
null for nonepublic AccountStatusProducts setChannel(String channel)
channel - channel or null for nonepublic String getCountry()
null for nonepublic AccountStatusProducts setCountry(String country)
country - country or null for nonepublic String getDestination()
null for nonepublic AccountStatusProducts setDestination(String destination)
destination - destination or null for nonepublic List<AccountStatusItemLevelIssue> getItemLevelIssues()
null for nonepublic AccountStatusProducts setItemLevelIssues(List<AccountStatusItemLevelIssue> itemLevelIssues)
itemLevelIssues - itemLevelIssues or null for nonepublic AccountStatusStatistics getStatistics()
null for nonepublic AccountStatusProducts setStatistics(AccountStatusStatistics statistics)
statistics - statistics or null for nonepublic AccountStatusProducts set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountStatusProducts clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.