public final class OrderPromotionItem
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 |
|---|
OrderPromotionItem() |
| Modifier and Type | Method and Description |
|---|---|
OrderPromotionItem |
clone() |
String |
getLineItemId()
The line item ID of a product.
|
String |
getOfferId()
Required.
|
String |
getProductId()
`orders.createtestorder`.
|
Integer |
getQuantity()
The quantity of the associated product.
|
OrderPromotionItem |
set(String fieldName,
Object value) |
OrderPromotionItem |
setLineItemId(String lineItemId)
The line item ID of a product.
|
OrderPromotionItem |
setOfferId(String offerId)
Required.
|
OrderPromotionItem |
setProductId(String productId)
`orders.createtestorder`.
|
OrderPromotionItem |
setQuantity(Integer quantity)
The quantity of the associated product.
|
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 getLineItemId()
null for nonepublic OrderPromotionItem setLineItemId(String lineItemId)
lineItemId - lineItemId or null for nonepublic String getOfferId()
null for nonepublic OrderPromotionItem setOfferId(String offerId)
offerId - offerId or null for nonepublic String getProductId()
null for nonepublic OrderPromotionItem setProductId(String productId)
productId - productId or null for nonepublic Integer getQuantity()
null for nonepublic OrderPromotionItem setQuantity(Integer quantity)
quantity - quantity or null for nonepublic OrderPromotionItem set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderPromotionItem clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.