public final class TestOrderDeliveryDetails
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 |
|---|
TestOrderDeliveryDetails() |
| Modifier and Type | Method and Description |
|---|---|
TestOrderDeliveryDetails |
clone() |
TestOrderAddress |
getAddress()
The delivery address
|
Boolean |
getIsScheduledDelivery()
Whether the order is scheduled delivery order.
|
String |
getPhoneNumber()
The phone number of the person receiving the delivery.
|
TestOrderDeliveryDetails |
set(String fieldName,
Object value) |
TestOrderDeliveryDetails |
setAddress(TestOrderAddress address)
The delivery address
|
TestOrderDeliveryDetails |
setIsScheduledDelivery(Boolean isScheduledDelivery)
Whether the order is scheduled delivery order.
|
TestOrderDeliveryDetails |
setPhoneNumber(String phoneNumber)
The phone number of the person receiving the delivery.
|
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 TestOrderAddress getAddress()
null for nonepublic TestOrderDeliveryDetails setAddress(TestOrderAddress address)
address - address or null for nonepublic Boolean getIsScheduledDelivery()
null for nonepublic TestOrderDeliveryDetails setIsScheduledDelivery(Boolean isScheduledDelivery)
isScheduledDelivery - isScheduledDelivery or null for nonepublic String getPhoneNumber()
null for nonepublic TestOrderDeliveryDetails setPhoneNumber(String phoneNumber)
phoneNumber - phoneNumber or null for nonepublic TestOrderDeliveryDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TestOrderDeliveryDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.