source: vendor/google/apiclient-services/src/Merchant/ProductView.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload project files

  • Property mode set to 100644
File size: 9.3 KB
RevLine 
[e3d4e0a]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
18namespace Google\Service\Merchant;
19
20class ProductView extends \Google\Collection
21{
22 protected $collection_key = 'itemIssues';
23 /**
24 * @var string
25 */
26 public $aggregatedReportingContextStatus;
27 /**
28 * @var string
29 */
30 public $availability;
31 /**
32 * @var string
33 */
34 public $brand;
35 /**
36 * @var string
37 */
38 public $categoryL1;
39 /**
40 * @var string
41 */
42 public $categoryL2;
43 /**
44 * @var string
45 */
46 public $categoryL3;
47 /**
48 * @var string
49 */
50 public $categoryL4;
51 /**
52 * @var string
53 */
54 public $categoryL5;
55 /**
56 * @var string
57 */
58 public $channel;
59 /**
60 * @var string
61 */
62 public $clickPotential;
63 /**
64 * @var string
65 */
66 public $clickPotentialRank;
67 /**
68 * @var string
69 */
70 public $condition;
71 /**
72 * @var string
73 */
74 public $creationTime;
75 protected $expirationDateType = Date::class;
76 protected $expirationDateDataType = '';
77 /**
78 * @var string
79 */
80 public $feedLabel;
81 /**
82 * @var string[]
83 */
84 public $gtin;
85 /**
86 * @var string
87 */
88 public $id;
89 /**
90 * @var string
91 */
92 public $itemGroupId;
93 protected $itemIssuesType = ItemIssue::class;
94 protected $itemIssuesDataType = 'array';
95 /**
96 * @var string
97 */
98 public $languageCode;
99 /**
100 * @var string
101 */
102 public $offerId;
103 protected $priceType = Price::class;
104 protected $priceDataType = '';
105 /**
106 * @var string
107 */
108 public $productTypeL1;
109 /**
110 * @var string
111 */
112 public $productTypeL2;
113 /**
114 * @var string
115 */
116 public $productTypeL3;
117 /**
118 * @var string
119 */
120 public $productTypeL4;
121 /**
122 * @var string
123 */
124 public $productTypeL5;
125 /**
126 * @var string
127 */
128 public $shippingLabel;
129 /**
130 * @var string
131 */
132 public $thumbnailLink;
133 /**
134 * @var string
135 */
136 public $title;
137
138 /**
139 * @param string
140 */
141 public function setAggregatedReportingContextStatus($aggregatedReportingContextStatus)
142 {
143 $this->aggregatedReportingContextStatus = $aggregatedReportingContextStatus;
144 }
145 /**
146 * @return string
147 */
148 public function getAggregatedReportingContextStatus()
149 {
150 return $this->aggregatedReportingContextStatus;
151 }
152 /**
153 * @param string
154 */
155 public function setAvailability($availability)
156 {
157 $this->availability = $availability;
158 }
159 /**
160 * @return string
161 */
162 public function getAvailability()
163 {
164 return $this->availability;
165 }
166 /**
167 * @param string
168 */
169 public function setBrand($brand)
170 {
171 $this->brand = $brand;
172 }
173 /**
174 * @return string
175 */
176 public function getBrand()
177 {
178 return $this->brand;
179 }
180 /**
181 * @param string
182 */
183 public function setCategoryL1($categoryL1)
184 {
185 $this->categoryL1 = $categoryL1;
186 }
187 /**
188 * @return string
189 */
190 public function getCategoryL1()
191 {
192 return $this->categoryL1;
193 }
194 /**
195 * @param string
196 */
197 public function setCategoryL2($categoryL2)
198 {
199 $this->categoryL2 = $categoryL2;
200 }
201 /**
202 * @return string
203 */
204 public function getCategoryL2()
205 {
206 return $this->categoryL2;
207 }
208 /**
209 * @param string
210 */
211 public function setCategoryL3($categoryL3)
212 {
213 $this->categoryL3 = $categoryL3;
214 }
215 /**
216 * @return string
217 */
218 public function getCategoryL3()
219 {
220 return $this->categoryL3;
221 }
222 /**
223 * @param string
224 */
225 public function setCategoryL4($categoryL4)
226 {
227 $this->categoryL4 = $categoryL4;
228 }
229 /**
230 * @return string
231 */
232 public function getCategoryL4()
233 {
234 return $this->categoryL4;
235 }
236 /**
237 * @param string
238 */
239 public function setCategoryL5($categoryL5)
240 {
241 $this->categoryL5 = $categoryL5;
242 }
243 /**
244 * @return string
245 */
246 public function getCategoryL5()
247 {
248 return $this->categoryL5;
249 }
250 /**
251 * @param string
252 */
253 public function setChannel($channel)
254 {
255 $this->channel = $channel;
256 }
257 /**
258 * @return string
259 */
260 public function getChannel()
261 {
262 return $this->channel;
263 }
264 /**
265 * @param string
266 */
267 public function setClickPotential($clickPotential)
268 {
269 $this->clickPotential = $clickPotential;
270 }
271 /**
272 * @return string
273 */
274 public function getClickPotential()
275 {
276 return $this->clickPotential;
277 }
278 /**
279 * @param string
280 */
281 public function setClickPotentialRank($clickPotentialRank)
282 {
283 $this->clickPotentialRank = $clickPotentialRank;
284 }
285 /**
286 * @return string
287 */
288 public function getClickPotentialRank()
289 {
290 return $this->clickPotentialRank;
291 }
292 /**
293 * @param string
294 */
295 public function setCondition($condition)
296 {
297 $this->condition = $condition;
298 }
299 /**
300 * @return string
301 */
302 public function getCondition()
303 {
304 return $this->condition;
305 }
306 /**
307 * @param string
308 */
309 public function setCreationTime($creationTime)
310 {
311 $this->creationTime = $creationTime;
312 }
313 /**
314 * @return string
315 */
316 public function getCreationTime()
317 {
318 return $this->creationTime;
319 }
320 /**
321 * @param Date
322 */
323 public function setExpirationDate(Date $expirationDate)
324 {
325 $this->expirationDate = $expirationDate;
326 }
327 /**
328 * @return Date
329 */
330 public function getExpirationDate()
331 {
332 return $this->expirationDate;
333 }
334 /**
335 * @param string
336 */
337 public function setFeedLabel($feedLabel)
338 {
339 $this->feedLabel = $feedLabel;
340 }
341 /**
342 * @return string
343 */
344 public function getFeedLabel()
345 {
346 return $this->feedLabel;
347 }
348 /**
349 * @param string[]
350 */
351 public function setGtin($gtin)
352 {
353 $this->gtin = $gtin;
354 }
355 /**
356 * @return string[]
357 */
358 public function getGtin()
359 {
360 return $this->gtin;
361 }
362 /**
363 * @param string
364 */
365 public function setId($id)
366 {
367 $this->id = $id;
368 }
369 /**
370 * @return string
371 */
372 public function getId()
373 {
374 return $this->id;
375 }
376 /**
377 * @param string
378 */
379 public function setItemGroupId($itemGroupId)
380 {
381 $this->itemGroupId = $itemGroupId;
382 }
383 /**
384 * @return string
385 */
386 public function getItemGroupId()
387 {
388 return $this->itemGroupId;
389 }
390 /**
391 * @param ItemIssue[]
392 */
393 public function setItemIssues($itemIssues)
394 {
395 $this->itemIssues = $itemIssues;
396 }
397 /**
398 * @return ItemIssue[]
399 */
400 public function getItemIssues()
401 {
402 return $this->itemIssues;
403 }
404 /**
405 * @param string
406 */
407 public function setLanguageCode($languageCode)
408 {
409 $this->languageCode = $languageCode;
410 }
411 /**
412 * @return string
413 */
414 public function getLanguageCode()
415 {
416 return $this->languageCode;
417 }
418 /**
419 * @param string
420 */
421 public function setOfferId($offerId)
422 {
423 $this->offerId = $offerId;
424 }
425 /**
426 * @return string
427 */
428 public function getOfferId()
429 {
430 return $this->offerId;
431 }
432 /**
433 * @param Price
434 */
435 public function setPrice(Price $price)
436 {
437 $this->price = $price;
438 }
439 /**
440 * @return Price
441 */
442 public function getPrice()
443 {
444 return $this->price;
445 }
446 /**
447 * @param string
448 */
449 public function setProductTypeL1($productTypeL1)
450 {
451 $this->productTypeL1 = $productTypeL1;
452 }
453 /**
454 * @return string
455 */
456 public function getProductTypeL1()
457 {
458 return $this->productTypeL1;
459 }
460 /**
461 * @param string
462 */
463 public function setProductTypeL2($productTypeL2)
464 {
465 $this->productTypeL2 = $productTypeL2;
466 }
467 /**
468 * @return string
469 */
470 public function getProductTypeL2()
471 {
472 return $this->productTypeL2;
473 }
474 /**
475 * @param string
476 */
477 public function setProductTypeL3($productTypeL3)
478 {
479 $this->productTypeL3 = $productTypeL3;
480 }
481 /**
482 * @return string
483 */
484 public function getProductTypeL3()
485 {
486 return $this->productTypeL3;
487 }
488 /**
489 * @param string
490 */
491 public function setProductTypeL4($productTypeL4)
492 {
493 $this->productTypeL4 = $productTypeL4;
494 }
495 /**
496 * @return string
497 */
498 public function getProductTypeL4()
499 {
500 return $this->productTypeL4;
501 }
502 /**
503 * @param string
504 */
505 public function setProductTypeL5($productTypeL5)
506 {
507 $this->productTypeL5 = $productTypeL5;
508 }
509 /**
510 * @return string
511 */
512 public function getProductTypeL5()
513 {
514 return $this->productTypeL5;
515 }
516 /**
517 * @param string
518 */
519 public function setShippingLabel($shippingLabel)
520 {
521 $this->shippingLabel = $shippingLabel;
522 }
523 /**
524 * @return string
525 */
526 public function getShippingLabel()
527 {
528 return $this->shippingLabel;
529 }
530 /**
531 * @param string
532 */
533 public function setThumbnailLink($thumbnailLink)
534 {
535 $this->thumbnailLink = $thumbnailLink;
536 }
537 /**
538 * @return string
539 */
540 public function getThumbnailLink()
541 {
542 return $this->thumbnailLink;
543 }
544 /**
545 * @param string
546 */
547 public function setTitle($title)
548 {
549 $this->title = $title;
550 }
551 /**
552 * @return string
553 */
554 public function getTitle()
555 {
556 return $this->title;
557 }
558}
559
560// Adding a class alias for backwards compatibility with the previous class name.
561class_alias(ProductView::class, 'Google_Service_Merchant_ProductView');
Note: See TracBrowser for help on using the repository browser.