public final class DatafeedstatusesCustomBatchRequestEntry
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 |
|---|
DatafeedstatusesCustomBatchRequestEntry() |
| Modifier and Type | Method and Description |
|---|---|
DatafeedstatusesCustomBatchRequestEntry |
clone() |
Long |
getBatchId()
An entry ID, unique within the batch request.
|
String |
getCountry()
Deprecated.
|
BigInteger |
getDatafeedId()
The ID of the data feed to get.
|
String |
getFeedLabel()
The feed label to get the datafeed status for.
|
String |
getLanguage()
The language to get the datafeed status for.
|
BigInteger |
getMerchantId()
The ID of the managing account.
|
String |
getMethod()
The method of the batch entry.
|
DatafeedstatusesCustomBatchRequestEntry |
set(String fieldName,
Object value) |
DatafeedstatusesCustomBatchRequestEntry |
setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
DatafeedstatusesCustomBatchRequestEntry |
setCountry(String country)
Deprecated.
|
DatafeedstatusesCustomBatchRequestEntry |
setDatafeedId(BigInteger datafeedId)
The ID of the data feed to get.
|
DatafeedstatusesCustomBatchRequestEntry |
setFeedLabel(String feedLabel)
The feed label to get the datafeed status for.
|
DatafeedstatusesCustomBatchRequestEntry |
setLanguage(String language)
The language to get the datafeed status for.
|
DatafeedstatusesCustomBatchRequestEntry |
setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
DatafeedstatusesCustomBatchRequestEntry |
setMethod(String method)
The method of the batch entry.
|
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 DatafeedstatusesCustomBatchRequestEntry()
public Long getBatchId()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setBatchId(Long batchId)
batchId - batchId or null for nonepublic String getCountry()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setCountry(String country)
country - country or null for nonepublic BigInteger getDatafeedId()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setDatafeedId(BigInteger datafeedId)
datafeedId - datafeedId or null for nonepublic String getFeedLabel()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setFeedLabel(String feedLabel)
feedLabel - feedLabel or null for nonepublic String getLanguage()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setLanguage(String language)
language - language or null for nonepublic BigInteger getMerchantId()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setMerchantId(BigInteger merchantId)
merchantId - merchantId or null for nonepublic String getMethod()
null for nonepublic DatafeedstatusesCustomBatchRequestEntry setMethod(String method)
method - method or null for nonepublic DatafeedstatusesCustomBatchRequestEntry set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DatafeedstatusesCustomBatchRequestEntry clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.