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