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