public final class ReturnaddressCustomBatchRequestEntry
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 |
|---|
ReturnaddressCustomBatchRequestEntry() |
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 ReturnaddressCustomBatchRequestEntry()
public Long getBatchId()
null for nonepublic ReturnaddressCustomBatchRequestEntry setBatchId(Long batchId)
batchId - batchId or null for nonepublic BigInteger getMerchantId()
null for nonepublic ReturnaddressCustomBatchRequestEntry setMerchantId(BigInteger merchantId)
merchantId - merchantId or null for nonepublic String getMethod()
null for nonepublic ReturnaddressCustomBatchRequestEntry setMethod(String method)
method - method or null for nonepublic ReturnAddress getReturnAddress()
null for nonepublic ReturnaddressCustomBatchRequestEntry setReturnAddress(ReturnAddress returnAddress)
returnAddress - returnAddress or null for nonepublic String getReturnAddressId()
null for nonepublic ReturnaddressCustomBatchRequestEntry setReturnAddressId(String returnAddressId)
returnAddressId - returnAddressId or null for nonepublic ReturnaddressCustomBatchRequestEntry set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReturnaddressCustomBatchRequestEntry clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.