public final class ReturnShipment
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 |
|---|
ReturnShipment() |
| Modifier and Type | Method and Description |
|---|---|
ReturnShipment |
clone() |
String |
getCreationDate()
The date of creation of the shipment, in ISO 8601 format.
|
String |
getDeliveryDate()
The date of delivery of the shipment, in ISO 8601 format.
|
String |
getReturnMethodType()
Type of the return method.
|
String |
getShipmentId()
Shipment ID generated by Google.
|
List<ShipmentTrackingInfo> |
getShipmentTrackingInfos()
Tracking information of the shipment.
|
String |
getShippingDate()
The date of shipping of the shipment, in ISO 8601 format.
|
String |
getState()
State of the shipment.
|
ReturnShipment |
set(String fieldName,
Object value) |
ReturnShipment |
setCreationDate(String creationDate)
The date of creation of the shipment, in ISO 8601 format.
|
ReturnShipment |
setDeliveryDate(String deliveryDate)
The date of delivery of the shipment, in ISO 8601 format.
|
ReturnShipment |
setReturnMethodType(String returnMethodType)
Type of the return method.
|
ReturnShipment |
setShipmentId(String shipmentId)
Shipment ID generated by Google.
|
ReturnShipment |
setShipmentTrackingInfos(List<ShipmentTrackingInfo> shipmentTrackingInfos)
Tracking information of the shipment.
|
ReturnShipment |
setShippingDate(String shippingDate)
The date of shipping of the shipment, in ISO 8601 format.
|
ReturnShipment |
setState(String state)
State of the shipment.
|
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 String getCreationDate()
null for nonepublic ReturnShipment setCreationDate(String creationDate)
creationDate - creationDate or null for nonepublic String getDeliveryDate()
null for nonepublic ReturnShipment setDeliveryDate(String deliveryDate)
deliveryDate - deliveryDate or null for nonepublic String getReturnMethodType()
null for nonepublic ReturnShipment setReturnMethodType(String returnMethodType)
returnMethodType - returnMethodType or null for nonepublic String getShipmentId()
null for nonepublic ReturnShipment setShipmentId(String shipmentId)
shipmentId - shipmentId or null for nonepublic List<ShipmentTrackingInfo> getShipmentTrackingInfos()
null for nonepublic ReturnShipment setShipmentTrackingInfos(List<ShipmentTrackingInfo> shipmentTrackingInfos)
shipmentTrackingInfos - shipmentTrackingInfos or null for nonepublic String getShippingDate()
null for nonepublic ReturnShipment setShippingDate(String shippingDate)
shippingDate - shippingDate or null for nonepublic String getState()
null for nonepublic ReturnShipment setState(String state)
state - state or null for nonepublic ReturnShipment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReturnShipment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.