public final class OrdersCustomBatchRequestEntryUpdateShipment extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
OrdersCustomBatchRequestEntryUpdateShipment() |
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntryUpdateShipment |
clone() |
String |
getCarrier()
The carrier handling the shipment.
|
String |
getDeliveryDate()
Date on which the shipment has been delivered, in ISO 8601 format.
|
String |
getShipmentId()
The ID of the shipment.
|
String |
getStatus()
New status for the shipment.
|
String |
getTrackingId()
The tracking ID for the shipment.
|
OrdersCustomBatchRequestEntryUpdateShipment |
set(String fieldName,
Object value) |
OrdersCustomBatchRequestEntryUpdateShipment |
setCarrier(String carrier)
The carrier handling the shipment.
|
OrdersCustomBatchRequestEntryUpdateShipment |
setDeliveryDate(String deliveryDate)
Date on which the shipment has been delivered, in ISO 8601 format.
|
OrdersCustomBatchRequestEntryUpdateShipment |
setShipmentId(String shipmentId)
The ID of the shipment.
|
OrdersCustomBatchRequestEntryUpdateShipment |
setStatus(String status)
New status for the shipment.
|
OrdersCustomBatchRequestEntryUpdateShipment |
setTrackingId(String trackingId)
The tracking ID for the shipment.
|
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 OrdersCustomBatchRequestEntryUpdateShipment()
public String getCarrier()
null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment setCarrier(String carrier)
carrier
- carrier or null
for nonepublic String getDeliveryDate()
null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment setDeliveryDate(String deliveryDate)
deliveryDate
- deliveryDate or null
for nonepublic String getShipmentId()
null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment setShipmentId(String shipmentId)
shipmentId
- shipmentId or null
for nonepublic String getStatus()
null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment setStatus(String status)
status
- status or null
for nonepublic String getTrackingId()
null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment setTrackingId(String trackingId)
trackingId
- trackingId or null
for nonepublic OrdersCustomBatchRequestEntryUpdateShipment set(String fieldName, Object value)
set
in class GenericJson
public OrdersCustomBatchRequestEntryUpdateShipment clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.