public final class DatafeedStatusError
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 |
|---|
DatafeedStatusError() |
| Modifier and Type | Method and Description |
|---|---|
DatafeedStatusError |
clone() |
String |
getCode()
The code of the error, for example, "validation/invalid_value".
|
BigInteger |
getCount()
The number of occurrences of the error in the feed.
|
List<DatafeedStatusExample> |
getExamples()
A list of example occurrences of the error, grouped by product.
|
String |
getMessage()
The error message, for example, "Invalid price".
|
DatafeedStatusError |
set(String fieldName,
Object value) |
DatafeedStatusError |
setCode(String code)
The code of the error, for example, "validation/invalid_value".
|
DatafeedStatusError |
setCount(BigInteger count)
The number of occurrences of the error in the feed.
|
DatafeedStatusError |
setExamples(List<DatafeedStatusExample> examples)
A list of example occurrences of the error, grouped by product.
|
DatafeedStatusError |
setMessage(String message)
The error message, for example, "Invalid price".
|
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 getCode()
null for nonepublic DatafeedStatusError setCode(String code)
code - code or null for nonepublic BigInteger getCount()
null for nonepublic DatafeedStatusError setCount(BigInteger count)
count - count or null for nonepublic List<DatafeedStatusExample> getExamples()
null for nonepublic DatafeedStatusError setExamples(List<DatafeedStatusExample> examples)
examples - examples or null for nonepublic String getMessage()
null for nonepublic DatafeedStatusError setMessage(String message)
message - message or null for nonepublic DatafeedStatusError set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DatafeedStatusError clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.