target.apidocs.com.google.api.services.content.model.SettlementTransactionIdentifiers.html Maven / Gradle / Ivy
SettlementTransactionIdentifiers (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class SettlementTransactionIdentifiers
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.content.model.SettlementTransactionIdentifiers
-
public final class SettlementTransactionIdentifiers
extends com.google.api.client.json.GenericJson
Model definition for SettlementTransactionIdentifiers.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
SettlementTransactionIdentifiers()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAdjustmentId
public String getAdjustmentId()
The identifier of the adjustments, if it's available.
- Returns:
- value or
null
for none
-
setAdjustmentId
public SettlementTransactionIdentifiers setAdjustmentId(String adjustmentId)
The identifier of the adjustments, if it's available.
- Parameters:
adjustmentId
- adjustmentId or null
for none
-
getMerchantOrderId
public String getMerchantOrderId()
The merchant provided order ID.
- Returns:
- value or
null
for none
-
setMerchantOrderId
public SettlementTransactionIdentifiers setMerchantOrderId(String merchantOrderId)
The merchant provided order ID.
- Parameters:
merchantOrderId
- merchantOrderId or null
for none
-
getOrderItemId
public String getOrderItemId()
The identifier of the item.
- Returns:
- value or
null
for none
-
setOrderItemId
public SettlementTransactionIdentifiers setOrderItemId(String orderItemId)
The identifier of the item.
- Parameters:
orderItemId
- orderItemId or null
for none
-
getSettlementEntryId
public String getSettlementEntryId()
The unique ID of the settlement transaction entry.
- Returns:
- value or
null
for none
-
setSettlementEntryId
public SettlementTransactionIdentifiers setSettlementEntryId(String settlementEntryId)
The unique ID of the settlement transaction entry.
- Parameters:
settlementEntryId
- settlementEntryId or null
for none
-
getShipmentIds
public List<String> getShipmentIds()
The shipment ids for the item.
- Returns:
- value or
null
for none
-
setShipmentIds
public SettlementTransactionIdentifiers setShipmentIds(List<String> shipmentIds)
The shipment ids for the item.
- Parameters:
shipmentIds
- shipmentIds or null
for none
-
getTransactionId
public String getTransactionId()
The Google transaction ID.
- Returns:
- value or
null
for none
-
setTransactionId
public SettlementTransactionIdentifiers setTransactionId(String transactionId)
The Google transaction ID.
- Parameters:
transactionId
- transactionId or null
for none
-
set
public SettlementTransactionIdentifiers set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public SettlementTransactionIdentifiers clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy