[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 Project extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | /**
|
---|
| 23 | * @var string
|
---|
| 24 | */
|
---|
| 25 | public $accountId;
|
---|
| 26 | /**
|
---|
| 27 | * @var string
|
---|
| 28 | */
|
---|
| 29 | public $advertiserId;
|
---|
| 30 | /**
|
---|
| 31 | * @var string
|
---|
| 32 | */
|
---|
| 33 | public $audienceAgeGroup;
|
---|
| 34 | /**
|
---|
| 35 | * @var string
|
---|
| 36 | */
|
---|
| 37 | public $audienceGender;
|
---|
| 38 | /**
|
---|
| 39 | * @var string
|
---|
| 40 | */
|
---|
| 41 | public $budget;
|
---|
| 42 | /**
|
---|
| 43 | * @var string
|
---|
| 44 | */
|
---|
| 45 | public $clientBillingCode;
|
---|
| 46 | /**
|
---|
| 47 | * @var string
|
---|
| 48 | */
|
---|
| 49 | public $clientName;
|
---|
| 50 | /**
|
---|
| 51 | * @var string
|
---|
| 52 | */
|
---|
| 53 | public $endDate;
|
---|
| 54 | /**
|
---|
| 55 | * @var string
|
---|
| 56 | */
|
---|
| 57 | public $id;
|
---|
| 58 | /**
|
---|
| 59 | * @var string
|
---|
| 60 | */
|
---|
| 61 | public $kind;
|
---|
| 62 | protected $lastModifiedInfoType = LastModifiedInfo::class;
|
---|
| 63 | protected $lastModifiedInfoDataType = '';
|
---|
| 64 | /**
|
---|
| 65 | * @var string
|
---|
| 66 | */
|
---|
| 67 | public $name;
|
---|
| 68 | /**
|
---|
| 69 | * @var string
|
---|
| 70 | */
|
---|
| 71 | public $overview;
|
---|
| 72 | /**
|
---|
| 73 | * @var string
|
---|
| 74 | */
|
---|
| 75 | public $startDate;
|
---|
| 76 | /**
|
---|
| 77 | * @var string
|
---|
| 78 | */
|
---|
| 79 | public $subaccountId;
|
---|
| 80 | /**
|
---|
| 81 | * @var string
|
---|
| 82 | */
|
---|
| 83 | public $targetClicks;
|
---|
| 84 | /**
|
---|
| 85 | * @var string
|
---|
| 86 | */
|
---|
| 87 | public $targetConversions;
|
---|
| 88 | /**
|
---|
| 89 | * @var string
|
---|
| 90 | */
|
---|
| 91 | public $targetCpaNanos;
|
---|
| 92 | /**
|
---|
| 93 | * @var string
|
---|
| 94 | */
|
---|
| 95 | public $targetCpcNanos;
|
---|
| 96 | /**
|
---|
| 97 | * @var string
|
---|
| 98 | */
|
---|
| 99 | public $targetCpmActiveViewNanos;
|
---|
| 100 | /**
|
---|
| 101 | * @var string
|
---|
| 102 | */
|
---|
| 103 | public $targetCpmNanos;
|
---|
| 104 | /**
|
---|
| 105 | * @var string
|
---|
| 106 | */
|
---|
| 107 | public $targetImpressions;
|
---|
| 108 |
|
---|
| 109 | /**
|
---|
| 110 | * @param string
|
---|
| 111 | */
|
---|
| 112 | public function setAccountId($accountId)
|
---|
| 113 | {
|
---|
| 114 | $this->accountId = $accountId;
|
---|
| 115 | }
|
---|
| 116 | /**
|
---|
| 117 | * @return string
|
---|
| 118 | */
|
---|
| 119 | public function getAccountId()
|
---|
| 120 | {
|
---|
| 121 | return $this->accountId;
|
---|
| 122 | }
|
---|
| 123 | /**
|
---|
| 124 | * @param string
|
---|
| 125 | */
|
---|
| 126 | public function setAdvertiserId($advertiserId)
|
---|
| 127 | {
|
---|
| 128 | $this->advertiserId = $advertiserId;
|
---|
| 129 | }
|
---|
| 130 | /**
|
---|
| 131 | * @return string
|
---|
| 132 | */
|
---|
| 133 | public function getAdvertiserId()
|
---|
| 134 | {
|
---|
| 135 | return $this->advertiserId;
|
---|
| 136 | }
|
---|
| 137 | /**
|
---|
| 138 | * @param string
|
---|
| 139 | */
|
---|
| 140 | public function setAudienceAgeGroup($audienceAgeGroup)
|
---|
| 141 | {
|
---|
| 142 | $this->audienceAgeGroup = $audienceAgeGroup;
|
---|
| 143 | }
|
---|
| 144 | /**
|
---|
| 145 | * @return string
|
---|
| 146 | */
|
---|
| 147 | public function getAudienceAgeGroup()
|
---|
| 148 | {
|
---|
| 149 | return $this->audienceAgeGroup;
|
---|
| 150 | }
|
---|
| 151 | /**
|
---|
| 152 | * @param string
|
---|
| 153 | */
|
---|
| 154 | public function setAudienceGender($audienceGender)
|
---|
| 155 | {
|
---|
| 156 | $this->audienceGender = $audienceGender;
|
---|
| 157 | }
|
---|
| 158 | /**
|
---|
| 159 | * @return string
|
---|
| 160 | */
|
---|
| 161 | public function getAudienceGender()
|
---|
| 162 | {
|
---|
| 163 | return $this->audienceGender;
|
---|
| 164 | }
|
---|
| 165 | /**
|
---|
| 166 | * @param string
|
---|
| 167 | */
|
---|
| 168 | public function setBudget($budget)
|
---|
| 169 | {
|
---|
| 170 | $this->budget = $budget;
|
---|
| 171 | }
|
---|
| 172 | /**
|
---|
| 173 | * @return string
|
---|
| 174 | */
|
---|
| 175 | public function getBudget()
|
---|
| 176 | {
|
---|
| 177 | return $this->budget;
|
---|
| 178 | }
|
---|
| 179 | /**
|
---|
| 180 | * @param string
|
---|
| 181 | */
|
---|
| 182 | public function setClientBillingCode($clientBillingCode)
|
---|
| 183 | {
|
---|
| 184 | $this->clientBillingCode = $clientBillingCode;
|
---|
| 185 | }
|
---|
| 186 | /**
|
---|
| 187 | * @return string
|
---|
| 188 | */
|
---|
| 189 | public function getClientBillingCode()
|
---|
| 190 | {
|
---|
| 191 | return $this->clientBillingCode;
|
---|
| 192 | }
|
---|
| 193 | /**
|
---|
| 194 | * @param string
|
---|
| 195 | */
|
---|
| 196 | public function setClientName($clientName)
|
---|
| 197 | {
|
---|
| 198 | $this->clientName = $clientName;
|
---|
| 199 | }
|
---|
| 200 | /**
|
---|
| 201 | * @return string
|
---|
| 202 | */
|
---|
| 203 | public function getClientName()
|
---|
| 204 | {
|
---|
| 205 | return $this->clientName;
|
---|
| 206 | }
|
---|
| 207 | /**
|
---|
| 208 | * @param string
|
---|
| 209 | */
|
---|
| 210 | public function setEndDate($endDate)
|
---|
| 211 | {
|
---|
| 212 | $this->endDate = $endDate;
|
---|
| 213 | }
|
---|
| 214 | /**
|
---|
| 215 | * @return string
|
---|
| 216 | */
|
---|
| 217 | public function getEndDate()
|
---|
| 218 | {
|
---|
| 219 | return $this->endDate;
|
---|
| 220 | }
|
---|
| 221 | /**
|
---|
| 222 | * @param string
|
---|
| 223 | */
|
---|
| 224 | public function setId($id)
|
---|
| 225 | {
|
---|
| 226 | $this->id = $id;
|
---|
| 227 | }
|
---|
| 228 | /**
|
---|
| 229 | * @return string
|
---|
| 230 | */
|
---|
| 231 | public function getId()
|
---|
| 232 | {
|
---|
| 233 | return $this->id;
|
---|
| 234 | }
|
---|
| 235 | /**
|
---|
| 236 | * @param string
|
---|
| 237 | */
|
---|
| 238 | public function setKind($kind)
|
---|
| 239 | {
|
---|
| 240 | $this->kind = $kind;
|
---|
| 241 | }
|
---|
| 242 | /**
|
---|
| 243 | * @return string
|
---|
| 244 | */
|
---|
| 245 | public function getKind()
|
---|
| 246 | {
|
---|
| 247 | return $this->kind;
|
---|
| 248 | }
|
---|
| 249 | /**
|
---|
| 250 | * @param LastModifiedInfo
|
---|
| 251 | */
|
---|
| 252 | public function setLastModifiedInfo(LastModifiedInfo $lastModifiedInfo)
|
---|
| 253 | {
|
---|
| 254 | $this->lastModifiedInfo = $lastModifiedInfo;
|
---|
| 255 | }
|
---|
| 256 | /**
|
---|
| 257 | * @return LastModifiedInfo
|
---|
| 258 | */
|
---|
| 259 | public function getLastModifiedInfo()
|
---|
| 260 | {
|
---|
| 261 | return $this->lastModifiedInfo;
|
---|
| 262 | }
|
---|
| 263 | /**
|
---|
| 264 | * @param string
|
---|
| 265 | */
|
---|
| 266 | public function setName($name)
|
---|
| 267 | {
|
---|
| 268 | $this->name = $name;
|
---|
| 269 | }
|
---|
| 270 | /**
|
---|
| 271 | * @return string
|
---|
| 272 | */
|
---|
| 273 | public function getName()
|
---|
| 274 | {
|
---|
| 275 | return $this->name;
|
---|
| 276 | }
|
---|
| 277 | /**
|
---|
| 278 | * @param string
|
---|
| 279 | */
|
---|
| 280 | public function setOverview($overview)
|
---|
| 281 | {
|
---|
| 282 | $this->overview = $overview;
|
---|
| 283 | }
|
---|
| 284 | /**
|
---|
| 285 | * @return string
|
---|
| 286 | */
|
---|
| 287 | public function getOverview()
|
---|
| 288 | {
|
---|
| 289 | return $this->overview;
|
---|
| 290 | }
|
---|
| 291 | /**
|
---|
| 292 | * @param string
|
---|
| 293 | */
|
---|
| 294 | public function setStartDate($startDate)
|
---|
| 295 | {
|
---|
| 296 | $this->startDate = $startDate;
|
---|
| 297 | }
|
---|
| 298 | /**
|
---|
| 299 | * @return string
|
---|
| 300 | */
|
---|
| 301 | public function getStartDate()
|
---|
| 302 | {
|
---|
| 303 | return $this->startDate;
|
---|
| 304 | }
|
---|
| 305 | /**
|
---|
| 306 | * @param string
|
---|
| 307 | */
|
---|
| 308 | public function setSubaccountId($subaccountId)
|
---|
| 309 | {
|
---|
| 310 | $this->subaccountId = $subaccountId;
|
---|
| 311 | }
|
---|
| 312 | /**
|
---|
| 313 | * @return string
|
---|
| 314 | */
|
---|
| 315 | public function getSubaccountId()
|
---|
| 316 | {
|
---|
| 317 | return $this->subaccountId;
|
---|
| 318 | }
|
---|
| 319 | /**
|
---|
| 320 | * @param string
|
---|
| 321 | */
|
---|
| 322 | public function setTargetClicks($targetClicks)
|
---|
| 323 | {
|
---|
| 324 | $this->targetClicks = $targetClicks;
|
---|
| 325 | }
|
---|
| 326 | /**
|
---|
| 327 | * @return string
|
---|
| 328 | */
|
---|
| 329 | public function getTargetClicks()
|
---|
| 330 | {
|
---|
| 331 | return $this->targetClicks;
|
---|
| 332 | }
|
---|
| 333 | /**
|
---|
| 334 | * @param string
|
---|
| 335 | */
|
---|
| 336 | public function setTargetConversions($targetConversions)
|
---|
| 337 | {
|
---|
| 338 | $this->targetConversions = $targetConversions;
|
---|
| 339 | }
|
---|
| 340 | /**
|
---|
| 341 | * @return string
|
---|
| 342 | */
|
---|
| 343 | public function getTargetConversions()
|
---|
| 344 | {
|
---|
| 345 | return $this->targetConversions;
|
---|
| 346 | }
|
---|
| 347 | /**
|
---|
| 348 | * @param string
|
---|
| 349 | */
|
---|
| 350 | public function setTargetCpaNanos($targetCpaNanos)
|
---|
| 351 | {
|
---|
| 352 | $this->targetCpaNanos = $targetCpaNanos;
|
---|
| 353 | }
|
---|
| 354 | /**
|
---|
| 355 | * @return string
|
---|
| 356 | */
|
---|
| 357 | public function getTargetCpaNanos()
|
---|
| 358 | {
|
---|
| 359 | return $this->targetCpaNanos;
|
---|
| 360 | }
|
---|
| 361 | /**
|
---|
| 362 | * @param string
|
---|
| 363 | */
|
---|
| 364 | public function setTargetCpcNanos($targetCpcNanos)
|
---|
| 365 | {
|
---|
| 366 | $this->targetCpcNanos = $targetCpcNanos;
|
---|
| 367 | }
|
---|
| 368 | /**
|
---|
| 369 | * @return string
|
---|
| 370 | */
|
---|
| 371 | public function getTargetCpcNanos()
|
---|
| 372 | {
|
---|
| 373 | return $this->targetCpcNanos;
|
---|
| 374 | }
|
---|
| 375 | /**
|
---|
| 376 | * @param string
|
---|
| 377 | */
|
---|
| 378 | public function setTargetCpmActiveViewNanos($targetCpmActiveViewNanos)
|
---|
| 379 | {
|
---|
| 380 | $this->targetCpmActiveViewNanos = $targetCpmActiveViewNanos;
|
---|
| 381 | }
|
---|
| 382 | /**
|
---|
| 383 | * @return string
|
---|
| 384 | */
|
---|
| 385 | public function getTargetCpmActiveViewNanos()
|
---|
| 386 | {
|
---|
| 387 | return $this->targetCpmActiveViewNanos;
|
---|
| 388 | }
|
---|
| 389 | /**
|
---|
| 390 | * @param string
|
---|
| 391 | */
|
---|
| 392 | public function setTargetCpmNanos($targetCpmNanos)
|
---|
| 393 | {
|
---|
| 394 | $this->targetCpmNanos = $targetCpmNanos;
|
---|
| 395 | }
|
---|
| 396 | /**
|
---|
| 397 | * @return string
|
---|
| 398 | */
|
---|
| 399 | public function getTargetCpmNanos()
|
---|
| 400 | {
|
---|
| 401 | return $this->targetCpmNanos;
|
---|
| 402 | }
|
---|
| 403 | /**
|
---|
| 404 | * @param string
|
---|
| 405 | */
|
---|
| 406 | public function setTargetImpressions($targetImpressions)
|
---|
| 407 | {
|
---|
| 408 | $this->targetImpressions = $targetImpressions;
|
---|
| 409 | }
|
---|
| 410 | /**
|
---|
| 411 | * @return string
|
---|
| 412 | */
|
---|
| 413 | public function getTargetImpressions()
|
---|
| 414 | {
|
---|
| 415 | return $this->targetImpressions;
|
---|
| 416 | }
|
---|
| 417 | }
|
---|
| 418 |
|
---|
| 419 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 420 | class_alias(Project::class, 'Google_Service_Dfareporting_Project');
|
---|