public final class DatafeedStatus
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 |
|---|
DatafeedStatus() |
| Modifier and Type | Method and Description |
|---|---|
DatafeedStatus |
clone() |
String |
getCountry()
The country for which the status is reported, represented as a CLDR territory code.
|
BigInteger |
getDatafeedId()
The ID of the feed for which the status is reported.
|
List<DatafeedStatusError> |
getErrors()
The list of errors occurring in the feed.
|
String |
getFeedLabel()
The feed label status is reported for.
|
BigInteger |
getItemsTotal()
The number of items in the feed that were processed.
|
BigInteger |
getItemsValid()
The number of items in the feed that were valid.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getLanguage()
The two-letter ISO 639-1 language for which the status is reported.
|
String |
getLastUploadDate()
The last date at which the feed was uploaded.
|
String |
getProcessingStatus()
The processing status of the feed.
|
List<DatafeedStatusError> |
getWarnings()
The list of errors occurring in the feed.
|
DatafeedStatus |
set(String fieldName,
Object value) |
DatafeedStatus |
setCountry(String country)
The country for which the status is reported, represented as a CLDR territory code.
|
DatafeedStatus |
setDatafeedId(BigInteger datafeedId)
The ID of the feed for which the status is reported.
|
DatafeedStatus |
setErrors(List<DatafeedStatusError> errors)
The list of errors occurring in the feed.
|
DatafeedStatus |
setFeedLabel(String feedLabel)
The feed label status is reported for.
|
DatafeedStatus |
setItemsTotal(BigInteger itemsTotal)
The number of items in the feed that were processed.
|
DatafeedStatus |
setItemsValid(BigInteger itemsValid)
The number of items in the feed that were valid.
|
DatafeedStatus |
setKind(String kind)
Identifies what kind of resource this is.
|
DatafeedStatus |
setLanguage(String language)
The two-letter ISO 639-1 language for which the status is reported.
|
DatafeedStatus |
setLastUploadDate(String lastUploadDate)
The last date at which the feed was uploaded.
|
DatafeedStatus |
setProcessingStatus(String processingStatus)
The processing status of the feed.
|
DatafeedStatus |
setWarnings(List<DatafeedStatusError> warnings)
The list of errors occurring in the feed.
|
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 getCountry()
null for nonepublic DatafeedStatus setCountry(String country)
country - country or null for nonepublic BigInteger getDatafeedId()
null for nonepublic DatafeedStatus setDatafeedId(BigInteger datafeedId)
datafeedId - datafeedId or null for nonepublic List<DatafeedStatusError> getErrors()
null for nonepublic DatafeedStatus setErrors(List<DatafeedStatusError> errors)
errors - errors or null for nonepublic String getFeedLabel()
null for nonepublic DatafeedStatus setFeedLabel(String feedLabel)
feedLabel - feedLabel or null for nonepublic BigInteger getItemsTotal()
null for nonepublic DatafeedStatus setItemsTotal(BigInteger itemsTotal)
itemsTotal - itemsTotal or null for nonepublic BigInteger getItemsValid()
null for nonepublic DatafeedStatus setItemsValid(BigInteger itemsValid)
itemsValid - itemsValid or null for nonepublic String getKind()
null for nonepublic DatafeedStatus setKind(String kind)
kind - kind or null for nonepublic String getLanguage()
null for nonepublic DatafeedStatus setLanguage(String language)
language - language or null for nonepublic String getLastUploadDate()
null for nonepublic DatafeedStatus setLastUploadDate(String lastUploadDate)
lastUploadDate - lastUploadDate or null for nonepublic String getProcessingStatus()
null for nonepublic DatafeedStatus setProcessingStatus(String processingStatus)
processingStatus - processingStatus or null for nonepublic List<DatafeedStatusError> getWarnings()
null for nonepublic DatafeedStatus setWarnings(List<DatafeedStatusError> warnings)
warnings - warnings or null for nonepublic DatafeedStatus set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DatafeedStatus clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.