public final class LiasettingsCustomBatchResponseEntry
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 |
|---|
LiasettingsCustomBatchResponseEntry() |
| Modifier and Type | Method and Description |
|---|---|
LiasettingsCustomBatchResponseEntry |
clone() |
Long |
getBatchId()
The ID of the request entry to which this entry responds.
|
Errors |
getErrors()
A list of errors defined if, and only if, the request failed.
|
GmbAccounts |
getGmbAccounts()
The list of accessible Business Profiles.
|
String |
getKind()
Identifies what kind of resource this is.
|
LiaSettings |
getLiaSettings()
The retrieved or updated Lia settings.
|
LiaOmnichannelExperience |
getOmnichannelExperience()
The updated omnichannel experience for a country.
|
List<PosDataProviders> |
getPosDataProviders()
The list of POS data providers.
|
LiasettingsCustomBatchResponseEntry |
set(String fieldName,
Object value) |
LiasettingsCustomBatchResponseEntry |
setBatchId(Long batchId)
The ID of the request entry to which this entry responds.
|
LiasettingsCustomBatchResponseEntry |
setErrors(Errors errors)
A list of errors defined if, and only if, the request failed.
|
LiasettingsCustomBatchResponseEntry |
setGmbAccounts(GmbAccounts gmbAccounts)
The list of accessible Business Profiles.
|
LiasettingsCustomBatchResponseEntry |
setKind(String kind)
Identifies what kind of resource this is.
|
LiasettingsCustomBatchResponseEntry |
setLiaSettings(LiaSettings liaSettings)
The retrieved or updated Lia settings.
|
LiasettingsCustomBatchResponseEntry |
setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
The updated omnichannel experience for a country.
|
LiasettingsCustomBatchResponseEntry |
setPosDataProviders(List<PosDataProviders> posDataProviders)
The list of POS data providers.
|
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 Long getBatchId()
null for nonepublic LiasettingsCustomBatchResponseEntry setBatchId(Long batchId)
batchId - batchId or null for nonepublic Errors getErrors()
null for nonepublic LiasettingsCustomBatchResponseEntry setErrors(Errors errors)
errors - errors or null for nonepublic GmbAccounts getGmbAccounts()
null for nonepublic LiasettingsCustomBatchResponseEntry setGmbAccounts(GmbAccounts gmbAccounts)
gmbAccounts - gmbAccounts or null for nonepublic String getKind()
null for nonepublic LiasettingsCustomBatchResponseEntry setKind(String kind)
kind - kind or null for nonepublic LiaSettings getLiaSettings()
null for nonepublic LiasettingsCustomBatchResponseEntry setLiaSettings(LiaSettings liaSettings)
liaSettings - liaSettings or null for nonepublic LiaOmnichannelExperience getOmnichannelExperience()
null for nonepublic LiasettingsCustomBatchResponseEntry setOmnichannelExperience(LiaOmnichannelExperience omnichannelExperience)
omnichannelExperience - omnichannelExperience or null for nonepublic List<PosDataProviders> getPosDataProviders()
null for nonepublic LiasettingsCustomBatchResponseEntry setPosDataProviders(List<PosDataProviders> posDataProviders)
posDataProviders - posDataProviders or null for nonepublic LiasettingsCustomBatchResponseEntry set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic LiasettingsCustomBatchResponseEntry clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.