public final class ServiceStoreConfigCutoffConfig
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 |
|---|
ServiceStoreConfigCutoffConfig() |
| Modifier and Type | Method and Description |
|---|---|
ServiceStoreConfigCutoffConfig |
clone() |
ServiceStoreConfigCutoffConfigLocalCutoffTime |
getLocalCutoffTime()
Time in hours and minutes in the local timezone when local delivery ends.
|
Boolean |
getNoDeliveryPostCutoff()
Merchants can opt-out of showing n+1 day local delivery when they have a shipping service
configured to n day local delivery.
|
Long |
getStoreCloseOffsetHours()
Represents cutoff time as the number of hours before store closing.
|
ServiceStoreConfigCutoffConfig |
set(String fieldName,
Object value) |
ServiceStoreConfigCutoffConfig |
setLocalCutoffTime(ServiceStoreConfigCutoffConfigLocalCutoffTime localCutoffTime)
Time in hours and minutes in the local timezone when local delivery ends.
|
ServiceStoreConfigCutoffConfig |
setNoDeliveryPostCutoff(Boolean noDeliveryPostCutoff)
Merchants can opt-out of showing n+1 day local delivery when they have a shipping service
configured to n day local delivery.
|
ServiceStoreConfigCutoffConfig |
setStoreCloseOffsetHours(Long storeCloseOffsetHours)
Represents cutoff time as the number of hours before store closing.
|
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 ServiceStoreConfigCutoffConfigLocalCutoffTime getLocalCutoffTime()
null for nonepublic ServiceStoreConfigCutoffConfig setLocalCutoffTime(ServiceStoreConfigCutoffConfigLocalCutoffTime localCutoffTime)
localCutoffTime - localCutoffTime or null for nonepublic Boolean getNoDeliveryPostCutoff()
null for nonepublic ServiceStoreConfigCutoffConfig setNoDeliveryPostCutoff(Boolean noDeliveryPostCutoff)
noDeliveryPostCutoff - noDeliveryPostCutoff or null for nonepublic Long getStoreCloseOffsetHours()
null for nonepublic ServiceStoreConfigCutoffConfig setStoreCloseOffsetHours(Long storeCloseOffsetHours)
storeCloseOffsetHours - storeCloseOffsetHours or null for nonepublic ServiceStoreConfigCutoffConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ServiceStoreConfigCutoffConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.