public final class OrdersUpdateShipmentRequest
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 |
---|
OrdersUpdateShipmentRequest() |
Modifier and Type | Method and Description |
---|---|
OrdersUpdateShipmentRequest |
clone() |
String |
getCarrier()
The carrier handling the shipment.
|
String |
getDeliveryDate()
Date on which the shipment has been delivered, in ISO 8601 format.
|
String |
getOperationId()
The ID of the operation.
|
String |
getShipmentId()
The ID of the shipment.
|
String |
getStatus()
New status for the shipment.
|
String |
getTrackingId()
The tracking ID for the shipment.
|
OrdersUpdateShipmentRequest |
set(String fieldName,
Object value) |
OrdersUpdateShipmentRequest |
setCarrier(String carrier)
The carrier handling the shipment.
|
OrdersUpdateShipmentRequest |
setDeliveryDate(String deliveryDate)
Date on which the shipment has been delivered, in ISO 8601 format.
|
OrdersUpdateShipmentRequest |
setOperationId(String operationId)
The ID of the operation.
|
OrdersUpdateShipmentRequest |
setShipmentId(String shipmentId)
The ID of the shipment.
|
OrdersUpdateShipmentRequest |
setStatus(String status)
New status for the shipment.
|
OrdersUpdateShipmentRequest |
setTrackingId(String trackingId)
The tracking ID for the shipment.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, 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 OrdersUpdateShipmentRequest setCarrier(String carrier)
carrier
- carrier or null
for nonepublic String getDeliveryDate()
null
for nonepublic OrdersUpdateShipmentRequest setDeliveryDate(String deliveryDate)
deliveryDate
- deliveryDate or null
for nonepublic String getOperationId()
null
for nonepublic OrdersUpdateShipmentRequest setOperationId(String operationId)
operationId
- operationId or null
for nonepublic String getShipmentId()
null
for nonepublic OrdersUpdateShipmentRequest setShipmentId(String shipmentId)
shipmentId
- shipmentId or null
for nonepublic String getStatus()
null
for nonepublic OrdersUpdateShipmentRequest setStatus(String status)
status
- status or null
for nonepublic String getTrackingId()
null
for nonepublic OrdersUpdateShipmentRequest setTrackingId(String trackingId)
trackingId
- trackingId or null
for nonepublic OrdersUpdateShipmentRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public OrdersUpdateShipmentRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.