public final class CutoffTime
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 |
---|
CutoffTime() |
Modifier and Type | Method and Description |
---|---|
CutoffTime |
clone() |
Long |
getHour()
Hour of the cutoff time until which an order has to be placed to be processed in the same day.
|
Long |
getMinute()
Minute of the cutoff time until which an order has to be placed to be processed in the same
day.
|
String |
getTimezone()
Timezone identifier for the cutoff time (for example, "Europe/Zurich").
|
CutoffTime |
set(String fieldName,
Object value) |
CutoffTime |
setHour(Long hour)
Hour of the cutoff time until which an order has to be placed to be processed in the same day.
|
CutoffTime |
setMinute(Long minute)
Minute of the cutoff time until which an order has to be placed to be processed in the same
day.
|
CutoffTime |
setTimezone(String timezone)
Timezone identifier for the cutoff time (for example, "Europe/Zurich").
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getHour()
null
for nonepublic CutoffTime setHour(Long hour)
hour
- hour or null
for nonepublic Long getMinute()
null
for nonepublic CutoffTime setMinute(Long minute)
minute
- minute or null
for nonepublic String getTimezone()
null
for nonepublic CutoffTime setTimezone(String timezone)
timezone
- timezone or null
for nonepublic CutoffTime set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CutoffTime clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.