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\Merchant;
|
---|
19 |
|
---|
20 | class ReportRow extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $bestSellersBrandViewType = BestSellersBrandView::class;
|
---|
23 | protected $bestSellersBrandViewDataType = '';
|
---|
24 | protected $bestSellersProductClusterViewType = BestSellersProductClusterView::class;
|
---|
25 | protected $bestSellersProductClusterViewDataType = '';
|
---|
26 | protected $competitiveVisibilityBenchmarkViewType = CompetitiveVisibilityBenchmarkView::class;
|
---|
27 | protected $competitiveVisibilityBenchmarkViewDataType = '';
|
---|
28 | protected $competitiveVisibilityCompetitorViewType = CompetitiveVisibilityCompetitorView::class;
|
---|
29 | protected $competitiveVisibilityCompetitorViewDataType = '';
|
---|
30 | protected $competitiveVisibilityTopMerchantViewType = CompetitiveVisibilityTopMerchantView::class;
|
---|
31 | protected $competitiveVisibilityTopMerchantViewDataType = '';
|
---|
32 | protected $nonProductPerformanceViewType = NonProductPerformanceView::class;
|
---|
33 | protected $nonProductPerformanceViewDataType = '';
|
---|
34 | protected $priceCompetitivenessProductViewType = PriceCompetitivenessProductView::class;
|
---|
35 | protected $priceCompetitivenessProductViewDataType = '';
|
---|
36 | protected $priceInsightsProductViewType = PriceInsightsProductView::class;
|
---|
37 | protected $priceInsightsProductViewDataType = '';
|
---|
38 | protected $productPerformanceViewType = ProductPerformanceView::class;
|
---|
39 | protected $productPerformanceViewDataType = '';
|
---|
40 | protected $productViewType = ProductView::class;
|
---|
41 | protected $productViewDataType = '';
|
---|
42 |
|
---|
43 | /**
|
---|
44 | * @param BestSellersBrandView
|
---|
45 | */
|
---|
46 | public function setBestSellersBrandView(BestSellersBrandView $bestSellersBrandView)
|
---|
47 | {
|
---|
48 | $this->bestSellersBrandView = $bestSellersBrandView;
|
---|
49 | }
|
---|
50 | /**
|
---|
51 | * @return BestSellersBrandView
|
---|
52 | */
|
---|
53 | public function getBestSellersBrandView()
|
---|
54 | {
|
---|
55 | return $this->bestSellersBrandView;
|
---|
56 | }
|
---|
57 | /**
|
---|
58 | * @param BestSellersProductClusterView
|
---|
59 | */
|
---|
60 | public function setBestSellersProductClusterView(BestSellersProductClusterView $bestSellersProductClusterView)
|
---|
61 | {
|
---|
62 | $this->bestSellersProductClusterView = $bestSellersProductClusterView;
|
---|
63 | }
|
---|
64 | /**
|
---|
65 | * @return BestSellersProductClusterView
|
---|
66 | */
|
---|
67 | public function getBestSellersProductClusterView()
|
---|
68 | {
|
---|
69 | return $this->bestSellersProductClusterView;
|
---|
70 | }
|
---|
71 | /**
|
---|
72 | * @param CompetitiveVisibilityBenchmarkView
|
---|
73 | */
|
---|
74 | public function setCompetitiveVisibilityBenchmarkView(CompetitiveVisibilityBenchmarkView $competitiveVisibilityBenchmarkView)
|
---|
75 | {
|
---|
76 | $this->competitiveVisibilityBenchmarkView = $competitiveVisibilityBenchmarkView;
|
---|
77 | }
|
---|
78 | /**
|
---|
79 | * @return CompetitiveVisibilityBenchmarkView
|
---|
80 | */
|
---|
81 | public function getCompetitiveVisibilityBenchmarkView()
|
---|
82 | {
|
---|
83 | return $this->competitiveVisibilityBenchmarkView;
|
---|
84 | }
|
---|
85 | /**
|
---|
86 | * @param CompetitiveVisibilityCompetitorView
|
---|
87 | */
|
---|
88 | public function setCompetitiveVisibilityCompetitorView(CompetitiveVisibilityCompetitorView $competitiveVisibilityCompetitorView)
|
---|
89 | {
|
---|
90 | $this->competitiveVisibilityCompetitorView = $competitiveVisibilityCompetitorView;
|
---|
91 | }
|
---|
92 | /**
|
---|
93 | * @return CompetitiveVisibilityCompetitorView
|
---|
94 | */
|
---|
95 | public function getCompetitiveVisibilityCompetitorView()
|
---|
96 | {
|
---|
97 | return $this->competitiveVisibilityCompetitorView;
|
---|
98 | }
|
---|
99 | /**
|
---|
100 | * @param CompetitiveVisibilityTopMerchantView
|
---|
101 | */
|
---|
102 | public function setCompetitiveVisibilityTopMerchantView(CompetitiveVisibilityTopMerchantView $competitiveVisibilityTopMerchantView)
|
---|
103 | {
|
---|
104 | $this->competitiveVisibilityTopMerchantView = $competitiveVisibilityTopMerchantView;
|
---|
105 | }
|
---|
106 | /**
|
---|
107 | * @return CompetitiveVisibilityTopMerchantView
|
---|
108 | */
|
---|
109 | public function getCompetitiveVisibilityTopMerchantView()
|
---|
110 | {
|
---|
111 | return $this->competitiveVisibilityTopMerchantView;
|
---|
112 | }
|
---|
113 | /**
|
---|
114 | * @param NonProductPerformanceView
|
---|
115 | */
|
---|
116 | public function setNonProductPerformanceView(NonProductPerformanceView $nonProductPerformanceView)
|
---|
117 | {
|
---|
118 | $this->nonProductPerformanceView = $nonProductPerformanceView;
|
---|
119 | }
|
---|
120 | /**
|
---|
121 | * @return NonProductPerformanceView
|
---|
122 | */
|
---|
123 | public function getNonProductPerformanceView()
|
---|
124 | {
|
---|
125 | return $this->nonProductPerformanceView;
|
---|
126 | }
|
---|
127 | /**
|
---|
128 | * @param PriceCompetitivenessProductView
|
---|
129 | */
|
---|
130 | public function setPriceCompetitivenessProductView(PriceCompetitivenessProductView $priceCompetitivenessProductView)
|
---|
131 | {
|
---|
132 | $this->priceCompetitivenessProductView = $priceCompetitivenessProductView;
|
---|
133 | }
|
---|
134 | /**
|
---|
135 | * @return PriceCompetitivenessProductView
|
---|
136 | */
|
---|
137 | public function getPriceCompetitivenessProductView()
|
---|
138 | {
|
---|
139 | return $this->priceCompetitivenessProductView;
|
---|
140 | }
|
---|
141 | /**
|
---|
142 | * @param PriceInsightsProductView
|
---|
143 | */
|
---|
144 | public function setPriceInsightsProductView(PriceInsightsProductView $priceInsightsProductView)
|
---|
145 | {
|
---|
146 | $this->priceInsightsProductView = $priceInsightsProductView;
|
---|
147 | }
|
---|
148 | /**
|
---|
149 | * @return PriceInsightsProductView
|
---|
150 | */
|
---|
151 | public function getPriceInsightsProductView()
|
---|
152 | {
|
---|
153 | return $this->priceInsightsProductView;
|
---|
154 | }
|
---|
155 | /**
|
---|
156 | * @param ProductPerformanceView
|
---|
157 | */
|
---|
158 | public function setProductPerformanceView(ProductPerformanceView $productPerformanceView)
|
---|
159 | {
|
---|
160 | $this->productPerformanceView = $productPerformanceView;
|
---|
161 | }
|
---|
162 | /**
|
---|
163 | * @return ProductPerformanceView
|
---|
164 | */
|
---|
165 | public function getProductPerformanceView()
|
---|
166 | {
|
---|
167 | return $this->productPerformanceView;
|
---|
168 | }
|
---|
169 | /**
|
---|
170 | * @param ProductView
|
---|
171 | */
|
---|
172 | public function setProductView(ProductView $productView)
|
---|
173 | {
|
---|
174 | $this->productView = $productView;
|
---|
175 | }
|
---|
176 | /**
|
---|
177 | * @return ProductView
|
---|
178 | */
|
---|
179 | public function getProductView()
|
---|
180 | {
|
---|
181 | return $this->productView;
|
---|
182 | }
|
---|
183 | }
|
---|
184 |
|
---|
185 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
186 | class_alias(ReportRow::class, 'Google_Service_Merchant_ReportRow');
|
---|