public final class ReportRow
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ReportRow() |
Modifier and Type | Method and Description |
---|---|
ReportRow |
clone() |
BestSellers |
getBestSellers()
Best sellers fields requested by the merchant in the query.
|
Brand |
getBrand()
Brand fields requested by the merchant in the query.
|
CompetitiveVisibility |
getCompetitiveVisibility()
Competitive visibility fields requested by the merchant in the query.
|
Metrics |
getMetrics()
Metrics requested by the merchant in the query.
|
PriceCompetitiveness |
getPriceCompetitiveness()
Price competitiveness fields requested by the merchant in the query.
|
PriceInsights |
getPriceInsights()
Price insights fields requested by the merchant in the query.
|
ProductCluster |
getProductCluster()
Product cluster fields requested by the merchant in the query.
|
ProductView |
getProductView()
Product fields requested by the merchant in the query.
|
Segments |
getSegments()
Segmentation dimensions requested by the merchant in the query.
|
TopicTrends |
getTopicTrends()
[Topic trends](https://support.google.com/merchants/answer/13542370) fields requested by the
merchant in the query.
|
ReportRow |
set(String fieldName,
Object value) |
ReportRow |
setBestSellers(BestSellers bestSellers)
Best sellers fields requested by the merchant in the query.
|
ReportRow |
setBrand(Brand brand)
Brand fields requested by the merchant in the query.
|
ReportRow |
setCompetitiveVisibility(CompetitiveVisibility competitiveVisibility)
Competitive visibility fields requested by the merchant in the query.
|
ReportRow |
setMetrics(Metrics metrics)
Metrics requested by the merchant in the query.
|
ReportRow |
setPriceCompetitiveness(PriceCompetitiveness priceCompetitiveness)
Price competitiveness fields requested by the merchant in the query.
|
ReportRow |
setPriceInsights(PriceInsights priceInsights)
Price insights fields requested by the merchant in the query.
|
ReportRow |
setProductCluster(ProductCluster productCluster)
Product cluster fields requested by the merchant in the query.
|
ReportRow |
setProductView(ProductView productView)
Product fields requested by the merchant in the query.
|
ReportRow |
setSegments(Segments segments)
Segmentation dimensions requested by the merchant in the query.
|
ReportRow |
setTopicTrends(TopicTrends topicTrends)
[Topic trends](https://support.google.com/merchants/answer/13542370) fields requested by the
merchant in the query.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BestSellers getBestSellers()
null
for nonepublic ReportRow setBestSellers(BestSellers bestSellers)
bestSellers
- bestSellers or null
for nonepublic Brand getBrand()
null
for nonepublic ReportRow setBrand(Brand brand)
brand
- brand or null
for nonepublic CompetitiveVisibility getCompetitiveVisibility()
null
for nonepublic ReportRow setCompetitiveVisibility(CompetitiveVisibility competitiveVisibility)
competitiveVisibility
- competitiveVisibility or null
for nonepublic Metrics getMetrics()
null
for nonepublic ReportRow setMetrics(Metrics metrics)
metrics
- metrics or null
for nonepublic PriceCompetitiveness getPriceCompetitiveness()
null
for nonepublic ReportRow setPriceCompetitiveness(PriceCompetitiveness priceCompetitiveness)
priceCompetitiveness
- priceCompetitiveness or null
for nonepublic PriceInsights getPriceInsights()
null
for nonepublic ReportRow setPriceInsights(PriceInsights priceInsights)
priceInsights
- priceInsights or null
for nonepublic ProductCluster getProductCluster()
null
for nonepublic ReportRow setProductCluster(ProductCluster productCluster)
productCluster
- productCluster or null
for nonepublic ProductView getProductView()
null
for nonepublic ReportRow setProductView(ProductView productView)
productView
- productView or null
for nonepublic Segments getSegments()
null
for nonepublic ReportRow setSegments(Segments segments)
segments
- segments or null
for nonepublic TopicTrends getTopicTrends()
null
for nonepublic ReportRow setTopicTrends(TopicTrends topicTrends)
topicTrends
- topicTrends or null
for nonepublic ReportRow set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ReportRow clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.