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.Flags
AbstractMap.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()
The country for which to get the datafeed status.
|
BigInteger |
getDatafeedId()
The ID of the data feed to get.
|
String |
getLanguage()
The language for which to get the datafeed status.
|
BigInteger |
getMerchantId()
The ID of the managing account.
|
String |
getMethod() |
DatafeedstatusesCustomBatchRequestEntry |
set(String fieldName,
Object value) |
DatafeedstatusesCustomBatchRequestEntry |
setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
DatafeedstatusesCustomBatchRequestEntry |
setCountry(String country)
The country for which to get the datafeed status.
|
DatafeedstatusesCustomBatchRequestEntry |
setDatafeedId(BigInteger datafeedId)
The ID of the data feed to get.
|
DatafeedstatusesCustomBatchRequestEntry |
setLanguage(String language)
The language for which to get the datafeed status.
|
DatafeedstatusesCustomBatchRequestEntry |
setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
DatafeedstatusesCustomBatchRequestEntry |
setMethod(String method) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 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.GenericJson
public DatafeedstatusesCustomBatchRequestEntry clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.