[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\Dfareporting;
|
---|
| 19 |
|
---|
| 20 | class Advertiser extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | /**
|
---|
| 23 | * @var string
|
---|
| 24 | */
|
---|
| 25 | public $accountId;
|
---|
| 26 | /**
|
---|
| 27 | * @var string
|
---|
| 28 | */
|
---|
| 29 | public $advertiserGroupId;
|
---|
| 30 | /**
|
---|
| 31 | * @var string
|
---|
| 32 | */
|
---|
| 33 | public $clickThroughUrlSuffix;
|
---|
| 34 | /**
|
---|
| 35 | * @var string
|
---|
| 36 | */
|
---|
| 37 | public $defaultClickThroughEventTagId;
|
---|
| 38 | /**
|
---|
| 39 | * @var string
|
---|
| 40 | */
|
---|
| 41 | public $defaultEmail;
|
---|
| 42 | /**
|
---|
| 43 | * @var string
|
---|
| 44 | */
|
---|
| 45 | public $floodlightConfigurationId;
|
---|
| 46 | protected $floodlightConfigurationIdDimensionValueType = DimensionValue::class;
|
---|
| 47 | protected $floodlightConfigurationIdDimensionValueDataType = '';
|
---|
| 48 | /**
|
---|
| 49 | * @var string
|
---|
| 50 | */
|
---|
| 51 | public $id;
|
---|
| 52 | protected $idDimensionValueType = DimensionValue::class;
|
---|
| 53 | protected $idDimensionValueDataType = '';
|
---|
| 54 | /**
|
---|
| 55 | * @var string
|
---|
| 56 | */
|
---|
| 57 | public $kind;
|
---|
| 58 | protected $measurementPartnerLinkType = MeasurementPartnerAdvertiserLink::class;
|
---|
| 59 | protected $measurementPartnerLinkDataType = '';
|
---|
| 60 | /**
|
---|
| 61 | * @var string
|
---|
| 62 | */
|
---|
| 63 | public $name;
|
---|
| 64 | /**
|
---|
| 65 | * @var string
|
---|
| 66 | */
|
---|
| 67 | public $originalFloodlightConfigurationId;
|
---|
| 68 | /**
|
---|
| 69 | * @var string
|
---|
| 70 | */
|
---|
| 71 | public $status;
|
---|
| 72 | /**
|
---|
| 73 | * @var string
|
---|
| 74 | */
|
---|
| 75 | public $subaccountId;
|
---|
| 76 | /**
|
---|
| 77 | * @var bool
|
---|
| 78 | */
|
---|
| 79 | public $suspended;
|
---|
| 80 |
|
---|
| 81 | /**
|
---|
| 82 | * @param string
|
---|
| 83 | */
|
---|
| 84 | public function setAccountId($accountId)
|
---|
| 85 | {
|
---|
| 86 | $this->accountId = $accountId;
|
---|
| 87 | }
|
---|
| 88 | /**
|
---|
| 89 | * @return string
|
---|
| 90 | */
|
---|
| 91 | public function getAccountId()
|
---|
| 92 | {
|
---|
| 93 | return $this->accountId;
|
---|
| 94 | }
|
---|
| 95 | /**
|
---|
| 96 | * @param string
|
---|
| 97 | */
|
---|
| 98 | public function setAdvertiserGroupId($advertiserGroupId)
|
---|
| 99 | {
|
---|
| 100 | $this->advertiserGroupId = $advertiserGroupId;
|
---|
| 101 | }
|
---|
| 102 | /**
|
---|
| 103 | * @return string
|
---|
| 104 | */
|
---|
| 105 | public function getAdvertiserGroupId()
|
---|
| 106 | {
|
---|
| 107 | return $this->advertiserGroupId;
|
---|
| 108 | }
|
---|
| 109 | /**
|
---|
| 110 | * @param string
|
---|
| 111 | */
|
---|
| 112 | public function setClickThroughUrlSuffix($clickThroughUrlSuffix)
|
---|
| 113 | {
|
---|
| 114 | $this->clickThroughUrlSuffix = $clickThroughUrlSuffix;
|
---|
| 115 | }
|
---|
| 116 | /**
|
---|
| 117 | * @return string
|
---|
| 118 | */
|
---|
| 119 | public function getClickThroughUrlSuffix()
|
---|
| 120 | {
|
---|
| 121 | return $this->clickThroughUrlSuffix;
|
---|
| 122 | }
|
---|
| 123 | /**
|
---|
| 124 | * @param string
|
---|
| 125 | */
|
---|
| 126 | public function setDefaultClickThroughEventTagId($defaultClickThroughEventTagId)
|
---|
| 127 | {
|
---|
| 128 | $this->defaultClickThroughEventTagId = $defaultClickThroughEventTagId;
|
---|
| 129 | }
|
---|
| 130 | /**
|
---|
| 131 | * @return string
|
---|
| 132 | */
|
---|
| 133 | public function getDefaultClickThroughEventTagId()
|
---|
| 134 | {
|
---|
| 135 | return $this->defaultClickThroughEventTagId;
|
---|
| 136 | }
|
---|
| 137 | /**
|
---|
| 138 | * @param string
|
---|
| 139 | */
|
---|
| 140 | public function setDefaultEmail($defaultEmail)
|
---|
| 141 | {
|
---|
| 142 | $this->defaultEmail = $defaultEmail;
|
---|
| 143 | }
|
---|
| 144 | /**
|
---|
| 145 | * @return string
|
---|
| 146 | */
|
---|
| 147 | public function getDefaultEmail()
|
---|
| 148 | {
|
---|
| 149 | return $this->defaultEmail;
|
---|
| 150 | }
|
---|
| 151 | /**
|
---|
| 152 | * @param string
|
---|
| 153 | */
|
---|
| 154 | public function setFloodlightConfigurationId($floodlightConfigurationId)
|
---|
| 155 | {
|
---|
| 156 | $this->floodlightConfigurationId = $floodlightConfigurationId;
|
---|
| 157 | }
|
---|
| 158 | /**
|
---|
| 159 | * @return string
|
---|
| 160 | */
|
---|
| 161 | public function getFloodlightConfigurationId()
|
---|
| 162 | {
|
---|
| 163 | return $this->floodlightConfigurationId;
|
---|
| 164 | }
|
---|
| 165 | /**
|
---|
| 166 | * @param DimensionValue
|
---|
| 167 | */
|
---|
| 168 | public function setFloodlightConfigurationIdDimensionValue(DimensionValue $floodlightConfigurationIdDimensionValue)
|
---|
| 169 | {
|
---|
| 170 | $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
|
---|
| 171 | }
|
---|
| 172 | /**
|
---|
| 173 | * @return DimensionValue
|
---|
| 174 | */
|
---|
| 175 | public function getFloodlightConfigurationIdDimensionValue()
|
---|
| 176 | {
|
---|
| 177 | return $this->floodlightConfigurationIdDimensionValue;
|
---|
| 178 | }
|
---|
| 179 | /**
|
---|
| 180 | * @param string
|
---|
| 181 | */
|
---|
| 182 | public function setId($id)
|
---|
| 183 | {
|
---|
| 184 | $this->id = $id;
|
---|
| 185 | }
|
---|
| 186 | /**
|
---|
| 187 | * @return string
|
---|
| 188 | */
|
---|
| 189 | public function getId()
|
---|
| 190 | {
|
---|
| 191 | return $this->id;
|
---|
| 192 | }
|
---|
| 193 | /**
|
---|
| 194 | * @param DimensionValue
|
---|
| 195 | */
|
---|
| 196 | public function setIdDimensionValue(DimensionValue $idDimensionValue)
|
---|
| 197 | {
|
---|
| 198 | $this->idDimensionValue = $idDimensionValue;
|
---|
| 199 | }
|
---|
| 200 | /**
|
---|
| 201 | * @return DimensionValue
|
---|
| 202 | */
|
---|
| 203 | public function getIdDimensionValue()
|
---|
| 204 | {
|
---|
| 205 | return $this->idDimensionValue;
|
---|
| 206 | }
|
---|
| 207 | /**
|
---|
| 208 | * @param string
|
---|
| 209 | */
|
---|
| 210 | public function setKind($kind)
|
---|
| 211 | {
|
---|
| 212 | $this->kind = $kind;
|
---|
| 213 | }
|
---|
| 214 | /**
|
---|
| 215 | * @return string
|
---|
| 216 | */
|
---|
| 217 | public function getKind()
|
---|
| 218 | {
|
---|
| 219 | return $this->kind;
|
---|
| 220 | }
|
---|
| 221 | /**
|
---|
| 222 | * @param MeasurementPartnerAdvertiserLink
|
---|
| 223 | */
|
---|
| 224 | public function setMeasurementPartnerLink(MeasurementPartnerAdvertiserLink $measurementPartnerLink)
|
---|
| 225 | {
|
---|
| 226 | $this->measurementPartnerLink = $measurementPartnerLink;
|
---|
| 227 | }
|
---|
| 228 | /**
|
---|
| 229 | * @return MeasurementPartnerAdvertiserLink
|
---|
| 230 | */
|
---|
| 231 | public function getMeasurementPartnerLink()
|
---|
| 232 | {
|
---|
| 233 | return $this->measurementPartnerLink;
|
---|
| 234 | }
|
---|
| 235 | /**
|
---|
| 236 | * @param string
|
---|
| 237 | */
|
---|
| 238 | public function setName($name)
|
---|
| 239 | {
|
---|
| 240 | $this->name = $name;
|
---|
| 241 | }
|
---|
| 242 | /**
|
---|
| 243 | * @return string
|
---|
| 244 | */
|
---|
| 245 | public function getName()
|
---|
| 246 | {
|
---|
| 247 | return $this->name;
|
---|
| 248 | }
|
---|
| 249 | /**
|
---|
| 250 | * @param string
|
---|
| 251 | */
|
---|
| 252 | public function setOriginalFloodlightConfigurationId($originalFloodlightConfigurationId)
|
---|
| 253 | {
|
---|
| 254 | $this->originalFloodlightConfigurationId = $originalFloodlightConfigurationId;
|
---|
| 255 | }
|
---|
| 256 | /**
|
---|
| 257 | * @return string
|
---|
| 258 | */
|
---|
| 259 | public function getOriginalFloodlightConfigurationId()
|
---|
| 260 | {
|
---|
| 261 | return $this->originalFloodlightConfigurationId;
|
---|
| 262 | }
|
---|
| 263 | /**
|
---|
| 264 | * @param string
|
---|
| 265 | */
|
---|
| 266 | public function setStatus($status)
|
---|
| 267 | {
|
---|
| 268 | $this->status = $status;
|
---|
| 269 | }
|
---|
| 270 | /**
|
---|
| 271 | * @return string
|
---|
| 272 | */
|
---|
| 273 | public function getStatus()
|
---|
| 274 | {
|
---|
| 275 | return $this->status;
|
---|
| 276 | }
|
---|
| 277 | /**
|
---|
| 278 | * @param string
|
---|
| 279 | */
|
---|
| 280 | public function setSubaccountId($subaccountId)
|
---|
| 281 | {
|
---|
| 282 | $this->subaccountId = $subaccountId;
|
---|
| 283 | }
|
---|
| 284 | /**
|
---|
| 285 | * @return string
|
---|
| 286 | */
|
---|
| 287 | public function getSubaccountId()
|
---|
| 288 | {
|
---|
| 289 | return $this->subaccountId;
|
---|
| 290 | }
|
---|
| 291 | /**
|
---|
| 292 | * @param bool
|
---|
| 293 | */
|
---|
| 294 | public function setSuspended($suspended)
|
---|
| 295 | {
|
---|
| 296 | $this->suspended = $suspended;
|
---|
| 297 | }
|
---|
| 298 | /**
|
---|
| 299 | * @return bool
|
---|
| 300 | */
|
---|
| 301 | public function getSuspended()
|
---|
| 302 | {
|
---|
| 303 | return $this->suspended;
|
---|
| 304 | }
|
---|
| 305 | }
|
---|
| 306 |
|
---|
| 307 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 308 | class_alias(Advertiser::class, 'Google_Service_Dfareporting_Advertiser');
|
---|