public final class TestOrderLineItemProduct 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 |
|---|
TestOrderLineItemProduct() |
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 getBrand()
null for nonepublic TestOrderLineItemProduct setBrand(String brand)
brand - brand or null for nonepublic String getChannel()
null for nonepublic TestOrderLineItemProduct setChannel(String channel)
channel - channel or null for nonepublic String getCondition()
null for nonepublic TestOrderLineItemProduct setCondition(String condition)
condition - condition or null for nonepublic String getContentLanguage()
null for nonepublic TestOrderLineItemProduct setContentLanguage(String contentLanguage)
contentLanguage - contentLanguage or null for nonepublic List<OrderLineItemProductFee> getFees()
null for nonepublic TestOrderLineItemProduct setFees(List<OrderLineItemProductFee> fees)
fees - fees or null for nonepublic String getGtin()
null for nonepublic TestOrderLineItemProduct setGtin(String gtin)
gtin - gtin or null for nonepublic String getImageLink()
null for nonepublic TestOrderLineItemProduct setImageLink(String imageLink)
imageLink - imageLink or null for nonepublic String getItemGroupId()
null for nonepublic TestOrderLineItemProduct setItemGroupId(String itemGroupId)
itemGroupId - itemGroupId or null for nonepublic String getMpn()
null for nonepublic TestOrderLineItemProduct setMpn(String mpn)
mpn - mpn or null for nonepublic String getOfferId()
null for nonepublic TestOrderLineItemProduct setOfferId(String offerId)
offerId - offerId or null for nonepublic Price getPrice()
null for nonepublic TestOrderLineItemProduct setPrice(Price price)
price - price or null for nonepublic String getTargetCountry()
null for nonepublic TestOrderLineItemProduct setTargetCountry(String targetCountry)
targetCountry - targetCountry or null for nonepublic String getTitle()
null for nonepublic TestOrderLineItemProduct setTitle(String title)
title - title or null for nonepublic List<OrderLineItemProductVariantAttribute> getVariantAttributes()
null for nonepublic TestOrderLineItemProduct setVariantAttributes(List<OrderLineItemProductVariantAttribute> variantAttributes)
variantAttributes - variantAttributes or null for nonepublic TestOrderLineItemProduct set(String fieldName, Object value)
set in class GenericJsonpublic TestOrderLineItemProduct clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.