public final class ReturnpolicyCustomBatchRequestEntry 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 |
|---|
ReturnpolicyCustomBatchRequestEntry() |
| Modifier and Type | Method and Description |
|---|---|
ReturnpolicyCustomBatchRequestEntry |
clone() |
Long |
getBatchId()
An entry ID, unique within the batch request.
|
BigInteger |
getMerchantId()
The Merchant Center account ID.
|
String |
getMethod()
Method of the batch request entry.
|
ReturnPolicy |
getReturnPolicy()
The return policy to submit.
|
String |
getReturnPolicyId()
The return policy ID.
|
ReturnpolicyCustomBatchRequestEntry |
set(String fieldName,
Object value) |
ReturnpolicyCustomBatchRequestEntry |
setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
ReturnpolicyCustomBatchRequestEntry |
setMerchantId(BigInteger merchantId)
The Merchant Center account ID.
|
ReturnpolicyCustomBatchRequestEntry |
setMethod(String method)
Method of the batch request entry.
|
ReturnpolicyCustomBatchRequestEntry |
setReturnPolicy(ReturnPolicy returnPolicy)
The return policy to submit.
|
ReturnpolicyCustomBatchRequestEntry |
setReturnPolicyId(String returnPolicyId)
The return policy ID.
|
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 ReturnpolicyCustomBatchRequestEntry setBatchId(Long batchId)
batchId - batchId or null for nonepublic BigInteger getMerchantId()
null for nonepublic ReturnpolicyCustomBatchRequestEntry setMerchantId(BigInteger merchantId)
merchantId - merchantId or null for nonepublic String getMethod()
null for nonepublic ReturnpolicyCustomBatchRequestEntry setMethod(String method)
method - method or null for nonepublic ReturnPolicy getReturnPolicy()
null for nonepublic ReturnpolicyCustomBatchRequestEntry setReturnPolicy(ReturnPolicy returnPolicy)
returnPolicy - returnPolicy or null for nonepublic String getReturnPolicyId()
null for nonepublic ReturnpolicyCustomBatchRequestEntry setReturnPolicyId(String returnPolicyId)
returnPolicyId - returnPolicyId or null for nonepublic ReturnpolicyCustomBatchRequestEntry set(String fieldName, Object value)
set in class GenericJsonpublic ReturnpolicyCustomBatchRequestEntry clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.