public final class OrdersCustomBatchResponseEntry 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrdersCustomBatchResponseEntry() |
| Modifier and Type | Method and Description |
|---|---|
OrdersCustomBatchResponseEntry |
clone() |
Long |
getBatchId()
The ID of the request entry this entry responds to.
|
Errors |
getErrors()
A list of errors defined if and only if the request failed.
|
String |
getExecutionStatus()
The status of the execution.
|
String |
getKind()
Identifies what kind of resource this is.
|
Order |
getOrder()
The retrieved order.
|
OrdersCustomBatchResponseEntry |
set(String fieldName,
Object value) |
OrdersCustomBatchResponseEntry |
setBatchId(Long batchId)
The ID of the request entry this entry responds to.
|
OrdersCustomBatchResponseEntry |
setErrors(Errors errors)
A list of errors defined if and only if the request failed.
|
OrdersCustomBatchResponseEntry |
setExecutionStatus(String executionStatus)
The status of the execution.
|
OrdersCustomBatchResponseEntry |
setKind(String kind)
Identifies what kind of resource this is.
|
OrdersCustomBatchResponseEntry |
setOrder(Order order)
The retrieved order.
|
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 Long getBatchId()
null for nonepublic OrdersCustomBatchResponseEntry setBatchId(Long batchId)
batchId - batchId or null for nonepublic Errors getErrors()
null for nonepublic OrdersCustomBatchResponseEntry setErrors(Errors errors)
errors - errors or null for nonepublic String getExecutionStatus()
null for nonepublic OrdersCustomBatchResponseEntry setExecutionStatus(String executionStatus)
executionStatus - executionStatus or null for nonepublic String getKind()
null for nonepublic OrdersCustomBatchResponseEntry setKind(String kind)
kind - kind or null for nonepublic Order getOrder()
null for nonepublic OrdersCustomBatchResponseEntry setOrder(Order order)
order - order or null for nonepublic OrdersCustomBatchResponseEntry set(String fieldName, Object value)
set in class GenericJsonpublic OrdersCustomBatchResponseEntry clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.