public final class ProductProductDetail
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 |
|---|
ProductProductDetail() |
| Modifier and Type | Method and Description |
|---|---|
ProductProductDetail |
clone() |
String |
getAttributeName()
The name of the product detail.
|
String |
getAttributeValue()
The value of the product detail.
|
String |
getSectionName()
The section header used to group a set of product details.
|
ProductProductDetail |
set(String fieldName,
Object value) |
ProductProductDetail |
setAttributeName(String attributeName)
The name of the product detail.
|
ProductProductDetail |
setAttributeValue(String attributeValue)
The value of the product detail.
|
ProductProductDetail |
setSectionName(String sectionName)
The section header used to group a set of product details.
|
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 getAttributeName()
null for nonepublic ProductProductDetail setAttributeName(String attributeName)
attributeName - attributeName or null for nonepublic String getAttributeValue()
null for nonepublic ProductProductDetail setAttributeValue(String attributeValue)
attributeValue - attributeValue or null for nonepublic String getSectionName()
null for nonepublic ProductProductDetail setSectionName(String sectionName)
sectionName - sectionName or null for nonepublic ProductProductDetail set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ProductProductDetail clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.