Ingen beskrivning

Placement.php 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  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. class Google_Service_Dfareporting_Placement extends Google_Collection
  18. {
  19. protected $collection_key = 'tagFormats';
  20. public $accountId;
  21. public $adBlockingOptOut;
  22. public $advertiserId;
  23. protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  24. protected $advertiserIdDimensionValueDataType = '';
  25. public $archived;
  26. public $campaignId;
  27. protected $campaignIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  28. protected $campaignIdDimensionValueDataType = '';
  29. public $comment;
  30. public $compatibility;
  31. public $contentCategoryId;
  32. protected $createInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
  33. protected $createInfoDataType = '';
  34. public $directorySiteId;
  35. protected $directorySiteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  36. protected $directorySiteIdDimensionValueDataType = '';
  37. public $externalId;
  38. public $id;
  39. protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  40. protected $idDimensionValueDataType = '';
  41. public $keyName;
  42. public $kind;
  43. protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
  44. protected $lastModifiedInfoDataType = '';
  45. protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
  46. protected $lookbackConfigurationDataType = '';
  47. public $name;
  48. public $paymentApproved;
  49. public $paymentSource;
  50. public $placementGroupId;
  51. protected $placementGroupIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  52. protected $placementGroupIdDimensionValueDataType = '';
  53. public $placementStrategyId;
  54. protected $pricingScheduleType = 'Google_Service_Dfareporting_PricingSchedule';
  55. protected $pricingScheduleDataType = '';
  56. public $primary;
  57. protected $publisherUpdateInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
  58. protected $publisherUpdateInfoDataType = '';
  59. public $siteId;
  60. protected $siteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  61. protected $siteIdDimensionValueDataType = '';
  62. protected $sizeType = 'Google_Service_Dfareporting_Size';
  63. protected $sizeDataType = '';
  64. public $sslRequired;
  65. public $status;
  66. public $subaccountId;
  67. public $tagFormats;
  68. protected $tagSettingType = 'Google_Service_Dfareporting_TagSetting';
  69. protected $tagSettingDataType = '';
  70. public $videoActiveViewOptOut;
  71. protected $videoSettingsType = 'Google_Service_Dfareporting_VideoSettings';
  72. protected $videoSettingsDataType = '';
  73. public $vpaidAdapterChoice;
  74. public function setAccountId($accountId)
  75. {
  76. $this->accountId = $accountId;
  77. }
  78. public function getAccountId()
  79. {
  80. return $this->accountId;
  81. }
  82. public function setAdBlockingOptOut($adBlockingOptOut)
  83. {
  84. $this->adBlockingOptOut = $adBlockingOptOut;
  85. }
  86. public function getAdBlockingOptOut()
  87. {
  88. return $this->adBlockingOptOut;
  89. }
  90. public function setAdvertiserId($advertiserId)
  91. {
  92. $this->advertiserId = $advertiserId;
  93. }
  94. public function getAdvertiserId()
  95. {
  96. return $this->advertiserId;
  97. }
  98. /**
  99. * @param Google_Service_Dfareporting_DimensionValue
  100. */
  101. public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
  102. {
  103. $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
  104. }
  105. /**
  106. * @return Google_Service_Dfareporting_DimensionValue
  107. */
  108. public function getAdvertiserIdDimensionValue()
  109. {
  110. return $this->advertiserIdDimensionValue;
  111. }
  112. public function setArchived($archived)
  113. {
  114. $this->archived = $archived;
  115. }
  116. public function getArchived()
  117. {
  118. return $this->archived;
  119. }
  120. public function setCampaignId($campaignId)
  121. {
  122. $this->campaignId = $campaignId;
  123. }
  124. public function getCampaignId()
  125. {
  126. return $this->campaignId;
  127. }
  128. /**
  129. * @param Google_Service_Dfareporting_DimensionValue
  130. */
  131. public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
  132. {
  133. $this->campaignIdDimensionValue = $campaignIdDimensionValue;
  134. }
  135. /**
  136. * @return Google_Service_Dfareporting_DimensionValue
  137. */
  138. public function getCampaignIdDimensionValue()
  139. {
  140. return $this->campaignIdDimensionValue;
  141. }
  142. public function setComment($comment)
  143. {
  144. $this->comment = $comment;
  145. }
  146. public function getComment()
  147. {
  148. return $this->comment;
  149. }
  150. public function setCompatibility($compatibility)
  151. {
  152. $this->compatibility = $compatibility;
  153. }
  154. public function getCompatibility()
  155. {
  156. return $this->compatibility;
  157. }
  158. public function setContentCategoryId($contentCategoryId)
  159. {
  160. $this->contentCategoryId = $contentCategoryId;
  161. }
  162. public function getContentCategoryId()
  163. {
  164. return $this->contentCategoryId;
  165. }
  166. /**
  167. * @param Google_Service_Dfareporting_LastModifiedInfo
  168. */
  169. public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
  170. {
  171. $this->createInfo = $createInfo;
  172. }
  173. /**
  174. * @return Google_Service_Dfareporting_LastModifiedInfo
  175. */
  176. public function getCreateInfo()
  177. {
  178. return $this->createInfo;
  179. }
  180. public function setDirectorySiteId($directorySiteId)
  181. {
  182. $this->directorySiteId = $directorySiteId;
  183. }
  184. public function getDirectorySiteId()
  185. {
  186. return $this->directorySiteId;
  187. }
  188. /**
  189. * @param Google_Service_Dfareporting_DimensionValue
  190. */
  191. public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue)
  192. {
  193. $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue;
  194. }
  195. /**
  196. * @return Google_Service_Dfareporting_DimensionValue
  197. */
  198. public function getDirectorySiteIdDimensionValue()
  199. {
  200. return $this->directorySiteIdDimensionValue;
  201. }
  202. public function setExternalId($externalId)
  203. {
  204. $this->externalId = $externalId;
  205. }
  206. public function getExternalId()
  207. {
  208. return $this->externalId;
  209. }
  210. public function setId($id)
  211. {
  212. $this->id = $id;
  213. }
  214. public function getId()
  215. {
  216. return $this->id;
  217. }
  218. /**
  219. * @param Google_Service_Dfareporting_DimensionValue
  220. */
  221. public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
  222. {
  223. $this->idDimensionValue = $idDimensionValue;
  224. }
  225. /**
  226. * @return Google_Service_Dfareporting_DimensionValue
  227. */
  228. public function getIdDimensionValue()
  229. {
  230. return $this->idDimensionValue;
  231. }
  232. public function setKeyName($keyName)
  233. {
  234. $this->keyName = $keyName;
  235. }
  236. public function getKeyName()
  237. {
  238. return $this->keyName;
  239. }
  240. public function setKind($kind)
  241. {
  242. $this->kind = $kind;
  243. }
  244. public function getKind()
  245. {
  246. return $this->kind;
  247. }
  248. /**
  249. * @param Google_Service_Dfareporting_LastModifiedInfo
  250. */
  251. public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
  252. {
  253. $this->lastModifiedInfo = $lastModifiedInfo;
  254. }
  255. /**
  256. * @return Google_Service_Dfareporting_LastModifiedInfo
  257. */
  258. public function getLastModifiedInfo()
  259. {
  260. return $this->lastModifiedInfo;
  261. }
  262. /**
  263. * @param Google_Service_Dfareporting_LookbackConfiguration
  264. */
  265. public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
  266. {
  267. $this->lookbackConfiguration = $lookbackConfiguration;
  268. }
  269. /**
  270. * @return Google_Service_Dfareporting_LookbackConfiguration
  271. */
  272. public function getLookbackConfiguration()
  273. {
  274. return $this->lookbackConfiguration;
  275. }
  276. public function setName($name)
  277. {
  278. $this->name = $name;
  279. }
  280. public function getName()
  281. {
  282. return $this->name;
  283. }
  284. public function setPaymentApproved($paymentApproved)
  285. {
  286. $this->paymentApproved = $paymentApproved;
  287. }
  288. public function getPaymentApproved()
  289. {
  290. return $this->paymentApproved;
  291. }
  292. public function setPaymentSource($paymentSource)
  293. {
  294. $this->paymentSource = $paymentSource;
  295. }
  296. public function getPaymentSource()
  297. {
  298. return $this->paymentSource;
  299. }
  300. public function setPlacementGroupId($placementGroupId)
  301. {
  302. $this->placementGroupId = $placementGroupId;
  303. }
  304. public function getPlacementGroupId()
  305. {
  306. return $this->placementGroupId;
  307. }
  308. /**
  309. * @param Google_Service_Dfareporting_DimensionValue
  310. */
  311. public function setPlacementGroupIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementGroupIdDimensionValue)
  312. {
  313. $this->placementGroupIdDimensionValue = $placementGroupIdDimensionValue;
  314. }
  315. /**
  316. * @return Google_Service_Dfareporting_DimensionValue
  317. */
  318. public function getPlacementGroupIdDimensionValue()
  319. {
  320. return $this->placementGroupIdDimensionValue;
  321. }
  322. public function setPlacementStrategyId($placementStrategyId)
  323. {
  324. $this->placementStrategyId = $placementStrategyId;
  325. }
  326. public function getPlacementStrategyId()
  327. {
  328. return $this->placementStrategyId;
  329. }
  330. /**
  331. * @param Google_Service_Dfareporting_PricingSchedule
  332. */
  333. public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule)
  334. {
  335. $this->pricingSchedule = $pricingSchedule;
  336. }
  337. /**
  338. * @return Google_Service_Dfareporting_PricingSchedule
  339. */
  340. public function getPricingSchedule()
  341. {
  342. return $this->pricingSchedule;
  343. }
  344. public function setPrimary($primary)
  345. {
  346. $this->primary = $primary;
  347. }
  348. public function getPrimary()
  349. {
  350. return $this->primary;
  351. }
  352. /**
  353. * @param Google_Service_Dfareporting_LastModifiedInfo
  354. */
  355. public function setPublisherUpdateInfo(Google_Service_Dfareporting_LastModifiedInfo $publisherUpdateInfo)
  356. {
  357. $this->publisherUpdateInfo = $publisherUpdateInfo;
  358. }
  359. /**
  360. * @return Google_Service_Dfareporting_LastModifiedInfo
  361. */
  362. public function getPublisherUpdateInfo()
  363. {
  364. return $this->publisherUpdateInfo;
  365. }
  366. public function setSiteId($siteId)
  367. {
  368. $this->siteId = $siteId;
  369. }
  370. public function getSiteId()
  371. {
  372. return $this->siteId;
  373. }
  374. /**
  375. * @param Google_Service_Dfareporting_DimensionValue
  376. */
  377. public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue)
  378. {
  379. $this->siteIdDimensionValue = $siteIdDimensionValue;
  380. }
  381. /**
  382. * @return Google_Service_Dfareporting_DimensionValue
  383. */
  384. public function getSiteIdDimensionValue()
  385. {
  386. return $this->siteIdDimensionValue;
  387. }
  388. /**
  389. * @param Google_Service_Dfareporting_Size
  390. */
  391. public function setSize(Google_Service_Dfareporting_Size $size)
  392. {
  393. $this->size = $size;
  394. }
  395. /**
  396. * @return Google_Service_Dfareporting_Size
  397. */
  398. public function getSize()
  399. {
  400. return $this->size;
  401. }
  402. public function setSslRequired($sslRequired)
  403. {
  404. $this->sslRequired = $sslRequired;
  405. }
  406. public function getSslRequired()
  407. {
  408. return $this->sslRequired;
  409. }
  410. public function setStatus($status)
  411. {
  412. $this->status = $status;
  413. }
  414. public function getStatus()
  415. {
  416. return $this->status;
  417. }
  418. public function setSubaccountId($subaccountId)
  419. {
  420. $this->subaccountId = $subaccountId;
  421. }
  422. public function getSubaccountId()
  423. {
  424. return $this->subaccountId;
  425. }
  426. public function setTagFormats($tagFormats)
  427. {
  428. $this->tagFormats = $tagFormats;
  429. }
  430. public function getTagFormats()
  431. {
  432. return $this->tagFormats;
  433. }
  434. /**
  435. * @param Google_Service_Dfareporting_TagSetting
  436. */
  437. public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting)
  438. {
  439. $this->tagSetting = $tagSetting;
  440. }
  441. /**
  442. * @return Google_Service_Dfareporting_TagSetting
  443. */
  444. public function getTagSetting()
  445. {
  446. return $this->tagSetting;
  447. }
  448. public function setVideoActiveViewOptOut($videoActiveViewOptOut)
  449. {
  450. $this->videoActiveViewOptOut = $videoActiveViewOptOut;
  451. }
  452. public function getVideoActiveViewOptOut()
  453. {
  454. return $this->videoActiveViewOptOut;
  455. }
  456. /**
  457. * @param Google_Service_Dfareporting_VideoSettings
  458. */
  459. public function setVideoSettings(Google_Service_Dfareporting_VideoSettings $videoSettings)
  460. {
  461. $this->videoSettings = $videoSettings;
  462. }
  463. /**
  464. * @return Google_Service_Dfareporting_VideoSettings
  465. */
  466. public function getVideoSettings()
  467. {
  468. return $this->videoSettings;
  469. }
  470. public function setVpaidAdapterChoice($vpaidAdapterChoice)
  471. {
  472. $this->vpaidAdapterChoice = $vpaidAdapterChoice;
  473. }
  474. public function getVpaidAdapterChoice()
  475. {
  476. return $this->vpaidAdapterChoice;
  477. }
  478. }