public final class ServiceStoreConfig
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 |
|---|
ServiceStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
ServiceStoreConfig |
clone() |
ServiceStoreConfigCutoffConfig |
getCutoffConfig()
Time local delivery ends for the day.
|
Distance |
getServiceRadius()
Maximum delivery radius.
|
List<String> |
getStoreCodes()
A list of store codes that provide local delivery.
|
String |
getStoreServiceType()
Indicates whether all stores listed by this merchant provide local delivery or not.
|
ServiceStoreConfig |
set(String fieldName,
Object value) |
ServiceStoreConfig |
setCutoffConfig(ServiceStoreConfigCutoffConfig cutoffConfig)
Time local delivery ends for the day.
|
ServiceStoreConfig |
setServiceRadius(Distance serviceRadius)
Maximum delivery radius.
|
ServiceStoreConfig |
setStoreCodes(List<String> storeCodes)
A list of store codes that provide local delivery.
|
ServiceStoreConfig |
setStoreServiceType(String storeServiceType)
Indicates whether all stores listed by this merchant provide local delivery or not.
|
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 ServiceStoreConfigCutoffConfig getCutoffConfig()
null for nonepublic ServiceStoreConfig setCutoffConfig(ServiceStoreConfigCutoffConfig cutoffConfig)
cutoffConfig - cutoffConfig or null for nonepublic Distance getServiceRadius()
null for nonepublic ServiceStoreConfig setServiceRadius(Distance serviceRadius)
serviceRadius - serviceRadius or null for nonepublic List<String> getStoreCodes()
null for nonepublic ServiceStoreConfig setStoreCodes(List<String> storeCodes)
storeCodes - storeCodes or null for nonepublic String getStoreServiceType()
null for nonepublic ServiceStoreConfig setStoreServiceType(String storeServiceType)
storeServiceType - storeServiceType or null for nonepublic ServiceStoreConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ServiceStoreConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.