public final class WarehouseBasedDeliveryTime
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 |
---|
WarehouseBasedDeliveryTime() |
Modifier and Type | Method and Description |
---|---|
WarehouseBasedDeliveryTime |
clone() |
String |
getCarrier()
Required.
|
String |
getCarrierService()
Required.
|
String |
getOriginAdministrativeArea()
Shipping origin's state.
|
String |
getOriginCity()
Shipping origin's city.
|
String |
getOriginCountry()
Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-
org/cldr/blob/latest/common/main/en.xml).
|
String |
getOriginPostalCode()
Shipping origin.
|
String |
getOriginStreetAddress()
Shipping origin's street address.
|
String |
getWarehouseName()
The name of the warehouse.
|
WarehouseBasedDeliveryTime |
set(String fieldName,
Object value) |
WarehouseBasedDeliveryTime |
setCarrier(String carrier)
Required.
|
WarehouseBasedDeliveryTime |
setCarrierService(String carrierService)
Required.
|
WarehouseBasedDeliveryTime |
setOriginAdministrativeArea(String originAdministrativeArea)
Shipping origin's state.
|
WarehouseBasedDeliveryTime |
setOriginCity(String originCity)
Shipping origin's city.
|
WarehouseBasedDeliveryTime |
setOriginCountry(String originCountry)
Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-
org/cldr/blob/latest/common/main/en.xml).
|
WarehouseBasedDeliveryTime |
setOriginPostalCode(String originPostalCode)
Shipping origin.
|
WarehouseBasedDeliveryTime |
setOriginStreetAddress(String originStreetAddress)
Shipping origin's street address.
|
WarehouseBasedDeliveryTime |
setWarehouseName(String warehouseName)
The name of the warehouse.
|
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 String getCarrier()
null
for nonepublic WarehouseBasedDeliveryTime setCarrier(String carrier)
carrier
- carrier or null
for nonepublic String getCarrierService()
null
for nonepublic WarehouseBasedDeliveryTime setCarrierService(String carrierService)
carrierService
- carrierService or null
for nonepublic String getOriginAdministrativeArea()
null
for nonepublic WarehouseBasedDeliveryTime setOriginAdministrativeArea(String originAdministrativeArea)
originAdministrativeArea
- originAdministrativeArea or null
for nonepublic String getOriginCity()
null
for nonepublic WarehouseBasedDeliveryTime setOriginCity(String originCity)
originCity
- originCity or null
for nonepublic String getOriginCountry()
null
for nonepublic WarehouseBasedDeliveryTime setOriginCountry(String originCountry)
originCountry
- originCountry or null
for nonepublic String getOriginPostalCode()
null
for nonepublic WarehouseBasedDeliveryTime setOriginPostalCode(String originPostalCode)
originPostalCode
- originPostalCode or null
for nonepublic String getOriginStreetAddress()
null
for nonepublic WarehouseBasedDeliveryTime setOriginStreetAddress(String originStreetAddress)
originStreetAddress
- originStreetAddress or null
for nonepublic String getWarehouseName()
null
for nonepublic WarehouseBasedDeliveryTime setWarehouseName(String warehouseName)
warehouseName
- warehouseName or null
for nonepublic WarehouseBasedDeliveryTime set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public WarehouseBasedDeliveryTime clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.