public final class ProductFeedData
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 Display & Video 360 API. 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 |
|---|
ProductFeedData() |
| Modifier and Type | Method and Description |
|---|---|
ProductFeedData |
clone() |
Boolean |
getIsFeedDisabled()
Whether the product feed has opted-out of showing products.
|
List<ProductMatchDimension> |
getProductMatchDimensions()
A list of dimensions used to match products.
|
String |
getProductMatchType()
How products are selected by the product feed.
|
ProductFeedData |
set(String fieldName,
Object value) |
ProductFeedData |
setIsFeedDisabled(Boolean isFeedDisabled)
Whether the product feed has opted-out of showing products.
|
ProductFeedData |
setProductMatchDimensions(List<ProductMatchDimension> productMatchDimensions)
A list of dimensions used to match products.
|
ProductFeedData |
setProductMatchType(String productMatchType)
How products are selected by the product feed.
|
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 Boolean getIsFeedDisabled()
null for nonepublic ProductFeedData setIsFeedDisabled(Boolean isFeedDisabled)
isFeedDisabled - isFeedDisabled or null for nonepublic List<ProductMatchDimension> getProductMatchDimensions()
null for nonepublic ProductFeedData setProductMatchDimensions(List<ProductMatchDimension> productMatchDimensions)
productMatchDimensions - productMatchDimensions or null for nonepublic String getProductMatchType()
null for nonepublic ProductFeedData setProductMatchType(String productMatchType)
productMatchType - productMatchType or null for nonepublic ProductFeedData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ProductFeedData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.