1 | <?php
|
---|
2 | /*
|
---|
3 | * Copyright 2014 Google Inc.
|
---|
4 | *
|
---|
5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
7 | * the License at
|
---|
8 | *
|
---|
9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
10 | *
|
---|
11 | * Unless required by applicable law or agreed to in writing, software
|
---|
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
14 | * License for the specific language governing permissions and limitations under
|
---|
15 | * the License.
|
---|
16 | */
|
---|
17 |
|
---|
18 | namespace Google\Service\ShoppingContent;
|
---|
19 |
|
---|
20 | class ReportRow extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $bestSellersType = BestSellers::class;
|
---|
23 | protected $bestSellersDataType = '';
|
---|
24 | protected $brandType = Brand::class;
|
---|
25 | protected $brandDataType = '';
|
---|
26 | protected $competitiveVisibilityType = CompetitiveVisibility::class;
|
---|
27 | protected $competitiveVisibilityDataType = '';
|
---|
28 | protected $metricsType = Metrics::class;
|
---|
29 | protected $metricsDataType = '';
|
---|
30 | protected $priceCompetitivenessType = PriceCompetitiveness::class;
|
---|
31 | protected $priceCompetitivenessDataType = '';
|
---|
32 | protected $priceInsightsType = PriceInsights::class;
|
---|
33 | protected $priceInsightsDataType = '';
|
---|
34 | protected $productClusterType = ProductCluster::class;
|
---|
35 | protected $productClusterDataType = '';
|
---|
36 | protected $productViewType = ProductView::class;
|
---|
37 | protected $productViewDataType = '';
|
---|
38 | protected $segmentsType = Segments::class;
|
---|
39 | protected $segmentsDataType = '';
|
---|
40 | protected $topicTrendsType = TopicTrends::class;
|
---|
41 | protected $topicTrendsDataType = '';
|
---|
42 |
|
---|
43 | /**
|
---|
44 | * @param BestSellers
|
---|
45 | */
|
---|
46 | public function setBestSellers(BestSellers $bestSellers)
|
---|
47 | {
|
---|
48 | $this->bestSellers = $bestSellers;
|
---|
49 | }
|
---|
50 | /**
|
---|
51 | * @return BestSellers
|
---|
52 | */
|
---|
53 | public function getBestSellers()
|
---|
54 | {
|
---|
55 | return $this->bestSellers;
|
---|
56 | }
|
---|
57 | /**
|
---|
58 | * @param Brand
|
---|
59 | */
|
---|
60 | public function setBrand(Brand $brand)
|
---|
61 | {
|
---|
62 | $this->brand = $brand;
|
---|
63 | }
|
---|
64 | /**
|
---|
65 | * @return Brand
|
---|
66 | */
|
---|
67 | public function getBrand()
|
---|
68 | {
|
---|
69 | return $this->brand;
|
---|
70 | }
|
---|
71 | /**
|
---|
72 | * @param CompetitiveVisibility
|
---|
73 | */
|
---|
74 | public function setCompetitiveVisibility(CompetitiveVisibility $competitiveVisibility)
|
---|
75 | {
|
---|
76 | $this->competitiveVisibility = $competitiveVisibility;
|
---|
77 | }
|
---|
78 | /**
|
---|
79 | * @return CompetitiveVisibility
|
---|
80 | */
|
---|
81 | public function getCompetitiveVisibility()
|
---|
82 | {
|
---|
83 | return $this->competitiveVisibility;
|
---|
84 | }
|
---|
85 | /**
|
---|
86 | * @param Metrics
|
---|
87 | */
|
---|
88 | public function setMetrics(Metrics $metrics)
|
---|
89 | {
|
---|
90 | $this->metrics = $metrics;
|
---|
91 | }
|
---|
92 | /**
|
---|
93 | * @return Metrics
|
---|
94 | */
|
---|
95 | public function getMetrics()
|
---|
96 | {
|
---|
97 | return $this->metrics;
|
---|
98 | }
|
---|
99 | /**
|
---|
100 | * @param PriceCompetitiveness
|
---|
101 | */
|
---|
102 | public function setPriceCompetitiveness(PriceCompetitiveness $priceCompetitiveness)
|
---|
103 | {
|
---|
104 | $this->priceCompetitiveness = $priceCompetitiveness;
|
---|
105 | }
|
---|
106 | /**
|
---|
107 | * @return PriceCompetitiveness
|
---|
108 | */
|
---|
109 | public function getPriceCompetitiveness()
|
---|
110 | {
|
---|
111 | return $this->priceCompetitiveness;
|
---|
112 | }
|
---|
113 | /**
|
---|
114 | * @param PriceInsights
|
---|
115 | */
|
---|
116 | public function setPriceInsights(PriceInsights $priceInsights)
|
---|
117 | {
|
---|
118 | $this->priceInsights = $priceInsights;
|
---|
119 | }
|
---|
120 | /**
|
---|
121 | * @return PriceInsights
|
---|
122 | */
|
---|
123 | public function getPriceInsights()
|
---|
124 | {
|
---|
125 | return $this->priceInsights;
|
---|
126 | }
|
---|
127 | /**
|
---|
128 | * @param ProductCluster
|
---|
129 | */
|
---|
130 | public function setProductCluster(ProductCluster $productCluster)
|
---|
131 | {
|
---|
132 | $this->productCluster = $productCluster;
|
---|
133 | }
|
---|
134 | /**
|
---|
135 | * @return ProductCluster
|
---|
136 | */
|
---|
137 | public function getProductCluster()
|
---|
138 | {
|
---|
139 | return $this->productCluster;
|
---|
140 | }
|
---|
141 | /**
|
---|
142 | * @param ProductView
|
---|
143 | */
|
---|
144 | public function setProductView(ProductView $productView)
|
---|
145 | {
|
---|
146 | $this->productView = $productView;
|
---|
147 | }
|
---|
148 | /**
|
---|
149 | * @return ProductView
|
---|
150 | */
|
---|
151 | public function getProductView()
|
---|
152 | {
|
---|
153 | return $this->productView;
|
---|
154 | }
|
---|
155 | /**
|
---|
156 | * @param Segments
|
---|
157 | */
|
---|
158 | public function setSegments(Segments $segments)
|
---|
159 | {
|
---|
160 | $this->segments = $segments;
|
---|
161 | }
|
---|
162 | /**
|
---|
163 | * @return Segments
|
---|
164 | */
|
---|
165 | public function getSegments()
|
---|
166 | {
|
---|
167 | return $this->segments;
|
---|
168 | }
|
---|
169 | /**
|
---|
170 | * @param TopicTrends
|
---|
171 | */
|
---|
172 | public function setTopicTrends(TopicTrends $topicTrends)
|
---|
173 | {
|
---|
174 | $this->topicTrends = $topicTrends;
|
---|
175 | }
|
---|
176 | /**
|
---|
177 | * @return TopicTrends
|
---|
178 | */
|
---|
179 | public function getTopicTrends()
|
---|
180 | {
|
---|
181 | return $this->topicTrends;
|
---|
182 | }
|
---|
183 | }
|
---|
184 |
|
---|
185 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
186 | class_alias(ReportRow::class, 'Google_Service_ShoppingContent_ReportRow');
|
---|