[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 |
|
---|
| 18 | namespace Google\Service\Merchant;
|
---|
| 19 |
|
---|
| 20 | class CompetitiveVisibilityCompetitorView extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | public $adsOrganicRatio;
|
---|
| 23 | protected $dateType = Date::class;
|
---|
| 24 | protected $dateDataType = '';
|
---|
| 25 | /**
|
---|
| 26 | * @var string
|
---|
| 27 | */
|
---|
| 28 | public $domain;
|
---|
| 29 | public $higherPositionRate;
|
---|
| 30 | /**
|
---|
| 31 | * @var bool
|
---|
| 32 | */
|
---|
| 33 | public $isYourDomain;
|
---|
| 34 | public $pageOverlapRate;
|
---|
| 35 | /**
|
---|
| 36 | * @var string
|
---|
| 37 | */
|
---|
| 38 | public $rank;
|
---|
| 39 | public $relativeVisibility;
|
---|
| 40 | /**
|
---|
| 41 | * @var string
|
---|
| 42 | */
|
---|
| 43 | public $reportCategoryId;
|
---|
| 44 | /**
|
---|
| 45 | * @var string
|
---|
| 46 | */
|
---|
| 47 | public $reportCountryCode;
|
---|
| 48 | /**
|
---|
| 49 | * @var string
|
---|
| 50 | */
|
---|
| 51 | public $trafficSource;
|
---|
| 52 |
|
---|
| 53 | public function setAdsOrganicRatio($adsOrganicRatio)
|
---|
| 54 | {
|
---|
| 55 | $this->adsOrganicRatio = $adsOrganicRatio;
|
---|
| 56 | }
|
---|
| 57 | public function getAdsOrganicRatio()
|
---|
| 58 | {
|
---|
| 59 | return $this->adsOrganicRatio;
|
---|
| 60 | }
|
---|
| 61 | /**
|
---|
| 62 | * @param Date
|
---|
| 63 | */
|
---|
| 64 | public function setDate(Date $date)
|
---|
| 65 | {
|
---|
| 66 | $this->date = $date;
|
---|
| 67 | }
|
---|
| 68 | /**
|
---|
| 69 | * @return Date
|
---|
| 70 | */
|
---|
| 71 | public function getDate()
|
---|
| 72 | {
|
---|
| 73 | return $this->date;
|
---|
| 74 | }
|
---|
| 75 | /**
|
---|
| 76 | * @param string
|
---|
| 77 | */
|
---|
| 78 | public function setDomain($domain)
|
---|
| 79 | {
|
---|
| 80 | $this->domain = $domain;
|
---|
| 81 | }
|
---|
| 82 | /**
|
---|
| 83 | * @return string
|
---|
| 84 | */
|
---|
| 85 | public function getDomain()
|
---|
| 86 | {
|
---|
| 87 | return $this->domain;
|
---|
| 88 | }
|
---|
| 89 | public function setHigherPositionRate($higherPositionRate)
|
---|
| 90 | {
|
---|
| 91 | $this->higherPositionRate = $higherPositionRate;
|
---|
| 92 | }
|
---|
| 93 | public function getHigherPositionRate()
|
---|
| 94 | {
|
---|
| 95 | return $this->higherPositionRate;
|
---|
| 96 | }
|
---|
| 97 | /**
|
---|
| 98 | * @param bool
|
---|
| 99 | */
|
---|
| 100 | public function setIsYourDomain($isYourDomain)
|
---|
| 101 | {
|
---|
| 102 | $this->isYourDomain = $isYourDomain;
|
---|
| 103 | }
|
---|
| 104 | /**
|
---|
| 105 | * @return bool
|
---|
| 106 | */
|
---|
| 107 | public function getIsYourDomain()
|
---|
| 108 | {
|
---|
| 109 | return $this->isYourDomain;
|
---|
| 110 | }
|
---|
| 111 | public function setPageOverlapRate($pageOverlapRate)
|
---|
| 112 | {
|
---|
| 113 | $this->pageOverlapRate = $pageOverlapRate;
|
---|
| 114 | }
|
---|
| 115 | public function getPageOverlapRate()
|
---|
| 116 | {
|
---|
| 117 | return $this->pageOverlapRate;
|
---|
| 118 | }
|
---|
| 119 | /**
|
---|
| 120 | * @param string
|
---|
| 121 | */
|
---|
| 122 | public function setRank($rank)
|
---|
| 123 | {
|
---|
| 124 | $this->rank = $rank;
|
---|
| 125 | }
|
---|
| 126 | /**
|
---|
| 127 | * @return string
|
---|
| 128 | */
|
---|
| 129 | public function getRank()
|
---|
| 130 | {
|
---|
| 131 | return $this->rank;
|
---|
| 132 | }
|
---|
| 133 | public function setRelativeVisibility($relativeVisibility)
|
---|
| 134 | {
|
---|
| 135 | $this->relativeVisibility = $relativeVisibility;
|
---|
| 136 | }
|
---|
| 137 | public function getRelativeVisibility()
|
---|
| 138 | {
|
---|
| 139 | return $this->relativeVisibility;
|
---|
| 140 | }
|
---|
| 141 | /**
|
---|
| 142 | * @param string
|
---|
| 143 | */
|
---|
| 144 | public function setReportCategoryId($reportCategoryId)
|
---|
| 145 | {
|
---|
| 146 | $this->reportCategoryId = $reportCategoryId;
|
---|
| 147 | }
|
---|
| 148 | /**
|
---|
| 149 | * @return string
|
---|
| 150 | */
|
---|
| 151 | public function getReportCategoryId()
|
---|
| 152 | {
|
---|
| 153 | return $this->reportCategoryId;
|
---|
| 154 | }
|
---|
| 155 | /**
|
---|
| 156 | * @param string
|
---|
| 157 | */
|
---|
| 158 | public function setReportCountryCode($reportCountryCode)
|
---|
| 159 | {
|
---|
| 160 | $this->reportCountryCode = $reportCountryCode;
|
---|
| 161 | }
|
---|
| 162 | /**
|
---|
| 163 | * @return string
|
---|
| 164 | */
|
---|
| 165 | public function getReportCountryCode()
|
---|
| 166 | {
|
---|
| 167 | return $this->reportCountryCode;
|
---|
| 168 | }
|
---|
| 169 | /**
|
---|
| 170 | * @param string
|
---|
| 171 | */
|
---|
| 172 | public function setTrafficSource($trafficSource)
|
---|
| 173 | {
|
---|
| 174 | $this->trafficSource = $trafficSource;
|
---|
| 175 | }
|
---|
| 176 | /**
|
---|
| 177 | * @return string
|
---|
| 178 | */
|
---|
| 179 | public function getTrafficSource()
|
---|
| 180 | {
|
---|
| 181 | return $this->trafficSource;
|
---|
| 182 | }
|
---|
| 183 | }
|
---|
| 184 |
|
---|
| 185 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 186 | class_alias(CompetitiveVisibilityCompetitorView::class, 'Google_Service_Merchant_CompetitiveVisibilityCompetitorView');
|
---|