source: vendor/google/apiclient-services/src/SA360/GoogleAdsSearchads360V0CommonSegments.php

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

Upload project files

  • Property mode set to 100644
File size: 22.2 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\SA360;
19
20class GoogleAdsSearchads360V0CommonSegments extends \Google\Collection
21{
22 protected $collection_key = 'rawEventConversionDimensions';
23 /**
24 * @var string
25 */
26 public $adNetworkType;
27 protected $assetInteractionTargetType = GoogleAdsSearchads360V0CommonAssetInteractionTarget::class;
28 protected $assetInteractionTargetDataType = '';
29 /**
30 * @var string
31 */
32 public $conversionAction;
33 /**
34 * @var string
35 */
36 public $conversionActionCategory;
37 /**
38 * @var string
39 */
40 public $conversionActionName;
41 protected $conversionCustomDimensionsType = GoogleAdsSearchads360V0CommonValue::class;
42 protected $conversionCustomDimensionsDataType = 'array';
43 /**
44 * @var string
45 */
46 public $date;
47 /**
48 * @var string
49 */
50 public $dayOfWeek;
51 /**
52 * @var string
53 */
54 public $device;
55 /**
56 * @var string
57 */
58 public $geoTargetCity;
59 /**
60 * @var string
61 */
62 public $geoTargetCountry;
63 /**
64 * @var string
65 */
66 public $geoTargetMetro;
67 /**
68 * @var string
69 */
70 public $geoTargetRegion;
71 /**
72 * @var int
73 */
74 public $hour;
75 protected $keywordType = GoogleAdsSearchads360V0CommonKeyword::class;
76 protected $keywordDataType = '';
77 /**
78 * @var string
79 */
80 public $month;
81 /**
82 * @var string
83 */
84 public $productBiddingCategoryLevel1;
85 /**
86 * @var string
87 */
88 public $productBiddingCategoryLevel2;
89 /**
90 * @var string
91 */
92 public $productBiddingCategoryLevel3;
93 /**
94 * @var string
95 */
96 public $productBiddingCategoryLevel4;
97 /**
98 * @var string
99 */
100 public $productBiddingCategoryLevel5;
101 /**
102 * @var string
103 */
104 public $productBrand;
105 /**
106 * @var string
107 */
108 public $productChannel;
109 /**
110 * @var string
111 */
112 public $productChannelExclusivity;
113 /**
114 * @var string
115 */
116 public $productCondition;
117 /**
118 * @var string
119 */
120 public $productCountry;
121 /**
122 * @var string
123 */
124 public $productCustomAttribute0;
125 /**
126 * @var string
127 */
128 public $productCustomAttribute1;
129 /**
130 * @var string
131 */
132 public $productCustomAttribute2;
133 /**
134 * @var string
135 */
136 public $productCustomAttribute3;
137 /**
138 * @var string
139 */
140 public $productCustomAttribute4;
141 /**
142 * @var string
143 */
144 public $productItemId;
145 /**
146 * @var string
147 */
148 public $productLanguage;
149 /**
150 * @var string
151 */
152 public $productSoldBiddingCategoryLevel1;
153 /**
154 * @var string
155 */
156 public $productSoldBiddingCategoryLevel2;
157 /**
158 * @var string
159 */
160 public $productSoldBiddingCategoryLevel3;
161 /**
162 * @var string
163 */
164 public $productSoldBiddingCategoryLevel4;
165 /**
166 * @var string
167 */
168 public $productSoldBiddingCategoryLevel5;
169 /**
170 * @var string
171 */
172 public $productSoldBrand;
173 /**
174 * @var string
175 */
176 public $productSoldCondition;
177 /**
178 * @var string
179 */
180 public $productSoldCustomAttribute0;
181 /**
182 * @var string
183 */
184 public $productSoldCustomAttribute1;
185 /**
186 * @var string
187 */
188 public $productSoldCustomAttribute2;
189 /**
190 * @var string
191 */
192 public $productSoldCustomAttribute3;
193 /**
194 * @var string
195 */
196 public $productSoldCustomAttribute4;
197 /**
198 * @var string
199 */
200 public $productSoldItemId;
201 /**
202 * @var string
203 */
204 public $productSoldTitle;
205 /**
206 * @var string
207 */
208 public $productSoldTypeL1;
209 /**
210 * @var string
211 */
212 public $productSoldTypeL2;
213 /**
214 * @var string
215 */
216 public $productSoldTypeL3;
217 /**
218 * @var string
219 */
220 public $productSoldTypeL4;
221 /**
222 * @var string
223 */
224 public $productSoldTypeL5;
225 /**
226 * @var string
227 */
228 public $productStoreId;
229 /**
230 * @var string
231 */
232 public $productTitle;
233 /**
234 * @var string
235 */
236 public $productTypeL1;
237 /**
238 * @var string
239 */
240 public $productTypeL2;
241 /**
242 * @var string
243 */
244 public $productTypeL3;
245 /**
246 * @var string
247 */
248 public $productTypeL4;
249 /**
250 * @var string
251 */
252 public $productTypeL5;
253 /**
254 * @var string
255 */
256 public $quarter;
257 protected $rawEventConversionDimensionsType = GoogleAdsSearchads360V0CommonValue::class;
258 protected $rawEventConversionDimensionsDataType = 'array';
259 /**
260 * @var string
261 */
262 public $week;
263 /**
264 * @var int
265 */
266 public $year;
267
268 /**
269 * @param string
270 */
271 public function setAdNetworkType($adNetworkType)
272 {
273 $this->adNetworkType = $adNetworkType;
274 }
275 /**
276 * @return string
277 */
278 public function getAdNetworkType()
279 {
280 return $this->adNetworkType;
281 }
282 /**
283 * @param GoogleAdsSearchads360V0CommonAssetInteractionTarget
284 */
285 public function setAssetInteractionTarget(GoogleAdsSearchads360V0CommonAssetInteractionTarget $assetInteractionTarget)
286 {
287 $this->assetInteractionTarget = $assetInteractionTarget;
288 }
289 /**
290 * @return GoogleAdsSearchads360V0CommonAssetInteractionTarget
291 */
292 public function getAssetInteractionTarget()
293 {
294 return $this->assetInteractionTarget;
295 }
296 /**
297 * @param string
298 */
299 public function setConversionAction($conversionAction)
300 {
301 $this->conversionAction = $conversionAction;
302 }
303 /**
304 * @return string
305 */
306 public function getConversionAction()
307 {
308 return $this->conversionAction;
309 }
310 /**
311 * @param string
312 */
313 public function setConversionActionCategory($conversionActionCategory)
314 {
315 $this->conversionActionCategory = $conversionActionCategory;
316 }
317 /**
318 * @return string
319 */
320 public function getConversionActionCategory()
321 {
322 return $this->conversionActionCategory;
323 }
324 /**
325 * @param string
326 */
327 public function setConversionActionName($conversionActionName)
328 {
329 $this->conversionActionName = $conversionActionName;
330 }
331 /**
332 * @return string
333 */
334 public function getConversionActionName()
335 {
336 return $this->conversionActionName;
337 }
338 /**
339 * @param GoogleAdsSearchads360V0CommonValue[]
340 */
341 public function setConversionCustomDimensions($conversionCustomDimensions)
342 {
343 $this->conversionCustomDimensions = $conversionCustomDimensions;
344 }
345 /**
346 * @return GoogleAdsSearchads360V0CommonValue[]
347 */
348 public function getConversionCustomDimensions()
349 {
350 return $this->conversionCustomDimensions;
351 }
352 /**
353 * @param string
354 */
355 public function setDate($date)
356 {
357 $this->date = $date;
358 }
359 /**
360 * @return string
361 */
362 public function getDate()
363 {
364 return $this->date;
365 }
366 /**
367 * @param string
368 */
369 public function setDayOfWeek($dayOfWeek)
370 {
371 $this->dayOfWeek = $dayOfWeek;
372 }
373 /**
374 * @return string
375 */
376 public function getDayOfWeek()
377 {
378 return $this->dayOfWeek;
379 }
380 /**
381 * @param string
382 */
383 public function setDevice($device)
384 {
385 $this->device = $device;
386 }
387 /**
388 * @return string
389 */
390 public function getDevice()
391 {
392 return $this->device;
393 }
394 /**
395 * @param string
396 */
397 public function setGeoTargetCity($geoTargetCity)
398 {
399 $this->geoTargetCity = $geoTargetCity;
400 }
401 /**
402 * @return string
403 */
404 public function getGeoTargetCity()
405 {
406 return $this->geoTargetCity;
407 }
408 /**
409 * @param string
410 */
411 public function setGeoTargetCountry($geoTargetCountry)
412 {
413 $this->geoTargetCountry = $geoTargetCountry;
414 }
415 /**
416 * @return string
417 */
418 public function getGeoTargetCountry()
419 {
420 return $this->geoTargetCountry;
421 }
422 /**
423 * @param string
424 */
425 public function setGeoTargetMetro($geoTargetMetro)
426 {
427 $this->geoTargetMetro = $geoTargetMetro;
428 }
429 /**
430 * @return string
431 */
432 public function getGeoTargetMetro()
433 {
434 return $this->geoTargetMetro;
435 }
436 /**
437 * @param string
438 */
439 public function setGeoTargetRegion($geoTargetRegion)
440 {
441 $this->geoTargetRegion = $geoTargetRegion;
442 }
443 /**
444 * @return string
445 */
446 public function getGeoTargetRegion()
447 {
448 return $this->geoTargetRegion;
449 }
450 /**
451 * @param int
452 */
453 public function setHour($hour)
454 {
455 $this->hour = $hour;
456 }
457 /**
458 * @return int
459 */
460 public function getHour()
461 {
462 return $this->hour;
463 }
464 /**
465 * @param GoogleAdsSearchads360V0CommonKeyword
466 */
467 public function setKeyword(GoogleAdsSearchads360V0CommonKeyword $keyword)
468 {
469 $this->keyword = $keyword;
470 }
471 /**
472 * @return GoogleAdsSearchads360V0CommonKeyword
473 */
474 public function getKeyword()
475 {
476 return $this->keyword;
477 }
478 /**
479 * @param string
480 */
481 public function setMonth($month)
482 {
483 $this->month = $month;
484 }
485 /**
486 * @return string
487 */
488 public function getMonth()
489 {
490 return $this->month;
491 }
492 /**
493 * @param string
494 */
495 public function setProductBiddingCategoryLevel1($productBiddingCategoryLevel1)
496 {
497 $this->productBiddingCategoryLevel1 = $productBiddingCategoryLevel1;
498 }
499 /**
500 * @return string
501 */
502 public function getProductBiddingCategoryLevel1()
503 {
504 return $this->productBiddingCategoryLevel1;
505 }
506 /**
507 * @param string
508 */
509 public function setProductBiddingCategoryLevel2($productBiddingCategoryLevel2)
510 {
511 $this->productBiddingCategoryLevel2 = $productBiddingCategoryLevel2;
512 }
513 /**
514 * @return string
515 */
516 public function getProductBiddingCategoryLevel2()
517 {
518 return $this->productBiddingCategoryLevel2;
519 }
520 /**
521 * @param string
522 */
523 public function setProductBiddingCategoryLevel3($productBiddingCategoryLevel3)
524 {
525 $this->productBiddingCategoryLevel3 = $productBiddingCategoryLevel3;
526 }
527 /**
528 * @return string
529 */
530 public function getProductBiddingCategoryLevel3()
531 {
532 return $this->productBiddingCategoryLevel3;
533 }
534 /**
535 * @param string
536 */
537 public function setProductBiddingCategoryLevel4($productBiddingCategoryLevel4)
538 {
539 $this->productBiddingCategoryLevel4 = $productBiddingCategoryLevel4;
540 }
541 /**
542 * @return string
543 */
544 public function getProductBiddingCategoryLevel4()
545 {
546 return $this->productBiddingCategoryLevel4;
547 }
548 /**
549 * @param string
550 */
551 public function setProductBiddingCategoryLevel5($productBiddingCategoryLevel5)
552 {
553 $this->productBiddingCategoryLevel5 = $productBiddingCategoryLevel5;
554 }
555 /**
556 * @return string
557 */
558 public function getProductBiddingCategoryLevel5()
559 {
560 return $this->productBiddingCategoryLevel5;
561 }
562 /**
563 * @param string
564 */
565 public function setProductBrand($productBrand)
566 {
567 $this->productBrand = $productBrand;
568 }
569 /**
570 * @return string
571 */
572 public function getProductBrand()
573 {
574 return $this->productBrand;
575 }
576 /**
577 * @param string
578 */
579 public function setProductChannel($productChannel)
580 {
581 $this->productChannel = $productChannel;
582 }
583 /**
584 * @return string
585 */
586 public function getProductChannel()
587 {
588 return $this->productChannel;
589 }
590 /**
591 * @param string
592 */
593 public function setProductChannelExclusivity($productChannelExclusivity)
594 {
595 $this->productChannelExclusivity = $productChannelExclusivity;
596 }
597 /**
598 * @return string
599 */
600 public function getProductChannelExclusivity()
601 {
602 return $this->productChannelExclusivity;
603 }
604 /**
605 * @param string
606 */
607 public function setProductCondition($productCondition)
608 {
609 $this->productCondition = $productCondition;
610 }
611 /**
612 * @return string
613 */
614 public function getProductCondition()
615 {
616 return $this->productCondition;
617 }
618 /**
619 * @param string
620 */
621 public function setProductCountry($productCountry)
622 {
623 $this->productCountry = $productCountry;
624 }
625 /**
626 * @return string
627 */
628 public function getProductCountry()
629 {
630 return $this->productCountry;
631 }
632 /**
633 * @param string
634 */
635 public function setProductCustomAttribute0($productCustomAttribute0)
636 {
637 $this->productCustomAttribute0 = $productCustomAttribute0;
638 }
639 /**
640 * @return string
641 */
642 public function getProductCustomAttribute0()
643 {
644 return $this->productCustomAttribute0;
645 }
646 /**
647 * @param string
648 */
649 public function setProductCustomAttribute1($productCustomAttribute1)
650 {
651 $this->productCustomAttribute1 = $productCustomAttribute1;
652 }
653 /**
654 * @return string
655 */
656 public function getProductCustomAttribute1()
657 {
658 return $this->productCustomAttribute1;
659 }
660 /**
661 * @param string
662 */
663 public function setProductCustomAttribute2($productCustomAttribute2)
664 {
665 $this->productCustomAttribute2 = $productCustomAttribute2;
666 }
667 /**
668 * @return string
669 */
670 public function getProductCustomAttribute2()
671 {
672 return $this->productCustomAttribute2;
673 }
674 /**
675 * @param string
676 */
677 public function setProductCustomAttribute3($productCustomAttribute3)
678 {
679 $this->productCustomAttribute3 = $productCustomAttribute3;
680 }
681 /**
682 * @return string
683 */
684 public function getProductCustomAttribute3()
685 {
686 return $this->productCustomAttribute3;
687 }
688 /**
689 * @param string
690 */
691 public function setProductCustomAttribute4($productCustomAttribute4)
692 {
693 $this->productCustomAttribute4 = $productCustomAttribute4;
694 }
695 /**
696 * @return string
697 */
698 public function getProductCustomAttribute4()
699 {
700 return $this->productCustomAttribute4;
701 }
702 /**
703 * @param string
704 */
705 public function setProductItemId($productItemId)
706 {
707 $this->productItemId = $productItemId;
708 }
709 /**
710 * @return string
711 */
712 public function getProductItemId()
713 {
714 return $this->productItemId;
715 }
716 /**
717 * @param string
718 */
719 public function setProductLanguage($productLanguage)
720 {
721 $this->productLanguage = $productLanguage;
722 }
723 /**
724 * @return string
725 */
726 public function getProductLanguage()
727 {
728 return $this->productLanguage;
729 }
730 /**
731 * @param string
732 */
733 public function setProductSoldBiddingCategoryLevel1($productSoldBiddingCategoryLevel1)
734 {
735 $this->productSoldBiddingCategoryLevel1 = $productSoldBiddingCategoryLevel1;
736 }
737 /**
738 * @return string
739 */
740 public function getProductSoldBiddingCategoryLevel1()
741 {
742 return $this->productSoldBiddingCategoryLevel1;
743 }
744 /**
745 * @param string
746 */
747 public function setProductSoldBiddingCategoryLevel2($productSoldBiddingCategoryLevel2)
748 {
749 $this->productSoldBiddingCategoryLevel2 = $productSoldBiddingCategoryLevel2;
750 }
751 /**
752 * @return string
753 */
754 public function getProductSoldBiddingCategoryLevel2()
755 {
756 return $this->productSoldBiddingCategoryLevel2;
757 }
758 /**
759 * @param string
760 */
761 public function setProductSoldBiddingCategoryLevel3($productSoldBiddingCategoryLevel3)
762 {
763 $this->productSoldBiddingCategoryLevel3 = $productSoldBiddingCategoryLevel3;
764 }
765 /**
766 * @return string
767 */
768 public function getProductSoldBiddingCategoryLevel3()
769 {
770 return $this->productSoldBiddingCategoryLevel3;
771 }
772 /**
773 * @param string
774 */
775 public function setProductSoldBiddingCategoryLevel4($productSoldBiddingCategoryLevel4)
776 {
777 $this->productSoldBiddingCategoryLevel4 = $productSoldBiddingCategoryLevel4;
778 }
779 /**
780 * @return string
781 */
782 public function getProductSoldBiddingCategoryLevel4()
783 {
784 return $this->productSoldBiddingCategoryLevel4;
785 }
786 /**
787 * @param string
788 */
789 public function setProductSoldBiddingCategoryLevel5($productSoldBiddingCategoryLevel5)
790 {
791 $this->productSoldBiddingCategoryLevel5 = $productSoldBiddingCategoryLevel5;
792 }
793 /**
794 * @return string
795 */
796 public function getProductSoldBiddingCategoryLevel5()
797 {
798 return $this->productSoldBiddingCategoryLevel5;
799 }
800 /**
801 * @param string
802 */
803 public function setProductSoldBrand($productSoldBrand)
804 {
805 $this->productSoldBrand = $productSoldBrand;
806 }
807 /**
808 * @return string
809 */
810 public function getProductSoldBrand()
811 {
812 return $this->productSoldBrand;
813 }
814 /**
815 * @param string
816 */
817 public function setProductSoldCondition($productSoldCondition)
818 {
819 $this->productSoldCondition = $productSoldCondition;
820 }
821 /**
822 * @return string
823 */
824 public function getProductSoldCondition()
825 {
826 return $this->productSoldCondition;
827 }
828 /**
829 * @param string
830 */
831 public function setProductSoldCustomAttribute0($productSoldCustomAttribute0)
832 {
833 $this->productSoldCustomAttribute0 = $productSoldCustomAttribute0;
834 }
835 /**
836 * @return string
837 */
838 public function getProductSoldCustomAttribute0()
839 {
840 return $this->productSoldCustomAttribute0;
841 }
842 /**
843 * @param string
844 */
845 public function setProductSoldCustomAttribute1($productSoldCustomAttribute1)
846 {
847 $this->productSoldCustomAttribute1 = $productSoldCustomAttribute1;
848 }
849 /**
850 * @return string
851 */
852 public function getProductSoldCustomAttribute1()
853 {
854 return $this->productSoldCustomAttribute1;
855 }
856 /**
857 * @param string
858 */
859 public function setProductSoldCustomAttribute2($productSoldCustomAttribute2)
860 {
861 $this->productSoldCustomAttribute2 = $productSoldCustomAttribute2;
862 }
863 /**
864 * @return string
865 */
866 public function getProductSoldCustomAttribute2()
867 {
868 return $this->productSoldCustomAttribute2;
869 }
870 /**
871 * @param string
872 */
873 public function setProductSoldCustomAttribute3($productSoldCustomAttribute3)
874 {
875 $this->productSoldCustomAttribute3 = $productSoldCustomAttribute3;
876 }
877 /**
878 * @return string
879 */
880 public function getProductSoldCustomAttribute3()
881 {
882 return $this->productSoldCustomAttribute3;
883 }
884 /**
885 * @param string
886 */
887 public function setProductSoldCustomAttribute4($productSoldCustomAttribute4)
888 {
889 $this->productSoldCustomAttribute4 = $productSoldCustomAttribute4;
890 }
891 /**
892 * @return string
893 */
894 public function getProductSoldCustomAttribute4()
895 {
896 return $this->productSoldCustomAttribute4;
897 }
898 /**
899 * @param string
900 */
901 public function setProductSoldItemId($productSoldItemId)
902 {
903 $this->productSoldItemId = $productSoldItemId;
904 }
905 /**
906 * @return string
907 */
908 public function getProductSoldItemId()
909 {
910 return $this->productSoldItemId;
911 }
912 /**
913 * @param string
914 */
915 public function setProductSoldTitle($productSoldTitle)
916 {
917 $this->productSoldTitle = $productSoldTitle;
918 }
919 /**
920 * @return string
921 */
922 public function getProductSoldTitle()
923 {
924 return $this->productSoldTitle;
925 }
926 /**
927 * @param string
928 */
929 public function setProductSoldTypeL1($productSoldTypeL1)
930 {
931 $this->productSoldTypeL1 = $productSoldTypeL1;
932 }
933 /**
934 * @return string
935 */
936 public function getProductSoldTypeL1()
937 {
938 return $this->productSoldTypeL1;
939 }
940 /**
941 * @param string
942 */
943 public function setProductSoldTypeL2($productSoldTypeL2)
944 {
945 $this->productSoldTypeL2 = $productSoldTypeL2;
946 }
947 /**
948 * @return string
949 */
950 public function getProductSoldTypeL2()
951 {
952 return $this->productSoldTypeL2;
953 }
954 /**
955 * @param string
956 */
957 public function setProductSoldTypeL3($productSoldTypeL3)
958 {
959 $this->productSoldTypeL3 = $productSoldTypeL3;
960 }
961 /**
962 * @return string
963 */
964 public function getProductSoldTypeL3()
965 {
966 return $this->productSoldTypeL3;
967 }
968 /**
969 * @param string
970 */
971 public function setProductSoldTypeL4($productSoldTypeL4)
972 {
973 $this->productSoldTypeL4 = $productSoldTypeL4;
974 }
975 /**
976 * @return string
977 */
978 public function getProductSoldTypeL4()
979 {
980 return $this->productSoldTypeL4;
981 }
982 /**
983 * @param string
984 */
985 public function setProductSoldTypeL5($productSoldTypeL5)
986 {
987 $this->productSoldTypeL5 = $productSoldTypeL5;
988 }
989 /**
990 * @return string
991 */
992 public function getProductSoldTypeL5()
993 {
994 return $this->productSoldTypeL5;
995 }
996 /**
997 * @param string
998 */
999 public function setProductStoreId($productStoreId)
1000 {
1001 $this->productStoreId = $productStoreId;
1002 }
1003 /**
1004 * @return string
1005 */
1006 public function getProductStoreId()
1007 {
1008 return $this->productStoreId;
1009 }
1010 /**
1011 * @param string
1012 */
1013 public function setProductTitle($productTitle)
1014 {
1015 $this->productTitle = $productTitle;
1016 }
1017 /**
1018 * @return string
1019 */
1020 public function getProductTitle()
1021 {
1022 return $this->productTitle;
1023 }
1024 /**
1025 * @param string
1026 */
1027 public function setProductTypeL1($productTypeL1)
1028 {
1029 $this->productTypeL1 = $productTypeL1;
1030 }
1031 /**
1032 * @return string
1033 */
1034 public function getProductTypeL1()
1035 {
1036 return $this->productTypeL1;
1037 }
1038 /**
1039 * @param string
1040 */
1041 public function setProductTypeL2($productTypeL2)
1042 {
1043 $this->productTypeL2 = $productTypeL2;
1044 }
1045 /**
1046 * @return string
1047 */
1048 public function getProductTypeL2()
1049 {
1050 return $this->productTypeL2;
1051 }
1052 /**
1053 * @param string
1054 */
1055 public function setProductTypeL3($productTypeL3)
1056 {
1057 $this->productTypeL3 = $productTypeL3;
1058 }
1059 /**
1060 * @return string
1061 */
1062 public function getProductTypeL3()
1063 {
1064 return $this->productTypeL3;
1065 }
1066 /**
1067 * @param string
1068 */
1069 public function setProductTypeL4($productTypeL4)
1070 {
1071 $this->productTypeL4 = $productTypeL4;
1072 }
1073 /**
1074 * @return string
1075 */
1076 public function getProductTypeL4()
1077 {
1078 return $this->productTypeL4;
1079 }
1080 /**
1081 * @param string
1082 */
1083 public function setProductTypeL5($productTypeL5)
1084 {
1085 $this->productTypeL5 = $productTypeL5;
1086 }
1087 /**
1088 * @return string
1089 */
1090 public function getProductTypeL5()
1091 {
1092 return $this->productTypeL5;
1093 }
1094 /**
1095 * @param string
1096 */
1097 public function setQuarter($quarter)
1098 {
1099 $this->quarter = $quarter;
1100 }
1101 /**
1102 * @return string
1103 */
1104 public function getQuarter()
1105 {
1106 return $this->quarter;
1107 }
1108 /**
1109 * @param GoogleAdsSearchads360V0CommonValue[]
1110 */
1111 public function setRawEventConversionDimensions($rawEventConversionDimensions)
1112 {
1113 $this->rawEventConversionDimensions = $rawEventConversionDimensions;
1114 }
1115 /**
1116 * @return GoogleAdsSearchads360V0CommonValue[]
1117 */
1118 public function getRawEventConversionDimensions()
1119 {
1120 return $this->rawEventConversionDimensions;
1121 }
1122 /**
1123 * @param string
1124 */
1125 public function setWeek($week)
1126 {
1127 $this->week = $week;
1128 }
1129 /**
1130 * @return string
1131 */
1132 public function getWeek()
1133 {
1134 return $this->week;
1135 }
1136 /**
1137 * @param int
1138 */
1139 public function setYear($year)
1140 {
1141 $this->year = $year;
1142 }
1143 /**
1144 * @return int
1145 */
1146 public function getYear()
1147 {
1148 return $this->year;
1149 }
1150}
1151
1152// Adding a class alias for backwards compatibility with the previous class name.
1153class_alias(GoogleAdsSearchads360V0CommonSegments::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonSegments');
Note: See TracBrowser for help on using the repository browser.