public final class SettlementTransactionIdentifiers
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 |
|---|
SettlementTransactionIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
SettlementTransactionIdentifiers |
clone() |
String |
getAdjustmentId()
The identifier of the adjustments, if it's available.
|
String |
getMerchantOrderId()
The merchant provided order ID.
|
String |
getOrderItemId()
The identifier of the item.
|
String |
getSettlementEntryId()
The unique ID of the settlement transaction entry.
|
List<String> |
getShipmentIds()
The shipment ids for the item.
|
String |
getTransactionId()
The Google transaction ID.
|
SettlementTransactionIdentifiers |
set(String fieldName,
Object value) |
SettlementTransactionIdentifiers |
setAdjustmentId(String adjustmentId)
The identifier of the adjustments, if it's available.
|
SettlementTransactionIdentifiers |
setMerchantOrderId(String merchantOrderId)
The merchant provided order ID.
|
SettlementTransactionIdentifiers |
setOrderItemId(String orderItemId)
The identifier of the item.
|
SettlementTransactionIdentifiers |
setSettlementEntryId(String settlementEntryId)
The unique ID of the settlement transaction entry.
|
SettlementTransactionIdentifiers |
setShipmentIds(List<String> shipmentIds)
The shipment ids for the item.
|
SettlementTransactionIdentifiers |
setTransactionId(String transactionId)
The Google transaction 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 String getAdjustmentId()
null for nonepublic SettlementTransactionIdentifiers setAdjustmentId(String adjustmentId)
adjustmentId - adjustmentId or null for nonepublic String getMerchantOrderId()
null for nonepublic SettlementTransactionIdentifiers setMerchantOrderId(String merchantOrderId)
merchantOrderId - merchantOrderId or null for nonepublic String getOrderItemId()
null for nonepublic SettlementTransactionIdentifiers setOrderItemId(String orderItemId)
orderItemId - orderItemId or null for nonepublic String getSettlementEntryId()
null for nonepublic SettlementTransactionIdentifiers setSettlementEntryId(String settlementEntryId)
settlementEntryId - settlementEntryId or null for nonepublic List<String> getShipmentIds()
null for nonepublic SettlementTransactionIdentifiers setShipmentIds(List<String> shipmentIds)
shipmentIds - shipmentIds or null for nonepublic String getTransactionId()
null for nonepublic SettlementTransactionIdentifiers setTransactionId(String transactionId)
transactionId - transactionId or null for nonepublic SettlementTransactionIdentifiers set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SettlementTransactionIdentifiers clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.