Ingen beskrivning

Creative.php 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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_AdExchangeBuyerII_Creative extends Google_Collection
  18. {
  19. protected $collection_key = 'vendorIds';
  20. public $accountId;
  21. public $adChoicesDestinationUrl;
  22. public $advertiserName;
  23. public $agencyId;
  24. public $apiUpdateTime;
  25. public $attributes;
  26. public $clickThroughUrls;
  27. protected $correctionsType = 'Google_Service_AdExchangeBuyerII_Correction';
  28. protected $correctionsDataType = 'array';
  29. public $creativeId;
  30. public $dealsStatus;
  31. public $detectedAdvertiserIds;
  32. public $detectedDomains;
  33. public $detectedLanguages;
  34. public $detectedProductCategories;
  35. public $detectedSensitiveCategories;
  36. protected $filteringStatsType = 'Google_Service_AdExchangeBuyerII_FilteringStats';
  37. protected $filteringStatsDataType = '';
  38. protected $htmlType = 'Google_Service_AdExchangeBuyerII_HtmlContent';
  39. protected $htmlDataType = '';
  40. public $impressionTrackingUrls;
  41. protected $nativeType = 'Google_Service_AdExchangeBuyerII_NativeContent';
  42. protected $nativeDataType = '';
  43. public $openAuctionStatus;
  44. public $restrictedCategories;
  45. protected $servingRestrictionsType = 'Google_Service_AdExchangeBuyerII_ServingRestriction';
  46. protected $servingRestrictionsDataType = 'array';
  47. public $vendorIds;
  48. public $version;
  49. protected $videoType = 'Google_Service_AdExchangeBuyerII_VideoContent';
  50. protected $videoDataType = '';
  51. public function setAccountId($accountId)
  52. {
  53. $this->accountId = $accountId;
  54. }
  55. public function getAccountId()
  56. {
  57. return $this->accountId;
  58. }
  59. public function setAdChoicesDestinationUrl($adChoicesDestinationUrl)
  60. {
  61. $this->adChoicesDestinationUrl = $adChoicesDestinationUrl;
  62. }
  63. public function getAdChoicesDestinationUrl()
  64. {
  65. return $this->adChoicesDestinationUrl;
  66. }
  67. public function setAdvertiserName($advertiserName)
  68. {
  69. $this->advertiserName = $advertiserName;
  70. }
  71. public function getAdvertiserName()
  72. {
  73. return $this->advertiserName;
  74. }
  75. public function setAgencyId($agencyId)
  76. {
  77. $this->agencyId = $agencyId;
  78. }
  79. public function getAgencyId()
  80. {
  81. return $this->agencyId;
  82. }
  83. public function setApiUpdateTime($apiUpdateTime)
  84. {
  85. $this->apiUpdateTime = $apiUpdateTime;
  86. }
  87. public function getApiUpdateTime()
  88. {
  89. return $this->apiUpdateTime;
  90. }
  91. public function setAttributes($attributes)
  92. {
  93. $this->attributes = $attributes;
  94. }
  95. public function getAttributes()
  96. {
  97. return $this->attributes;
  98. }
  99. public function setClickThroughUrls($clickThroughUrls)
  100. {
  101. $this->clickThroughUrls = $clickThroughUrls;
  102. }
  103. public function getClickThroughUrls()
  104. {
  105. return $this->clickThroughUrls;
  106. }
  107. /**
  108. * @param Google_Service_AdExchangeBuyerII_Correction
  109. */
  110. public function setCorrections($corrections)
  111. {
  112. $this->corrections = $corrections;
  113. }
  114. /**
  115. * @return Google_Service_AdExchangeBuyerII_Correction
  116. */
  117. public function getCorrections()
  118. {
  119. return $this->corrections;
  120. }
  121. public function setCreativeId($creativeId)
  122. {
  123. $this->creativeId = $creativeId;
  124. }
  125. public function getCreativeId()
  126. {
  127. return $this->creativeId;
  128. }
  129. public function setDealsStatus($dealsStatus)
  130. {
  131. $this->dealsStatus = $dealsStatus;
  132. }
  133. public function getDealsStatus()
  134. {
  135. return $this->dealsStatus;
  136. }
  137. public function setDetectedAdvertiserIds($detectedAdvertiserIds)
  138. {
  139. $this->detectedAdvertiserIds = $detectedAdvertiserIds;
  140. }
  141. public function getDetectedAdvertiserIds()
  142. {
  143. return $this->detectedAdvertiserIds;
  144. }
  145. public function setDetectedDomains($detectedDomains)
  146. {
  147. $this->detectedDomains = $detectedDomains;
  148. }
  149. public function getDetectedDomains()
  150. {
  151. return $this->detectedDomains;
  152. }
  153. public function setDetectedLanguages($detectedLanguages)
  154. {
  155. $this->detectedLanguages = $detectedLanguages;
  156. }
  157. public function getDetectedLanguages()
  158. {
  159. return $this->detectedLanguages;
  160. }
  161. public function setDetectedProductCategories($detectedProductCategories)
  162. {
  163. $this->detectedProductCategories = $detectedProductCategories;
  164. }
  165. public function getDetectedProductCategories()
  166. {
  167. return $this->detectedProductCategories;
  168. }
  169. public function setDetectedSensitiveCategories($detectedSensitiveCategories)
  170. {
  171. $this->detectedSensitiveCategories = $detectedSensitiveCategories;
  172. }
  173. public function getDetectedSensitiveCategories()
  174. {
  175. return $this->detectedSensitiveCategories;
  176. }
  177. /**
  178. * @param Google_Service_AdExchangeBuyerII_FilteringStats
  179. */
  180. public function setFilteringStats(Google_Service_AdExchangeBuyerII_FilteringStats $filteringStats)
  181. {
  182. $this->filteringStats = $filteringStats;
  183. }
  184. /**
  185. * @return Google_Service_AdExchangeBuyerII_FilteringStats
  186. */
  187. public function getFilteringStats()
  188. {
  189. return $this->filteringStats;
  190. }
  191. /**
  192. * @param Google_Service_AdExchangeBuyerII_HtmlContent
  193. */
  194. public function setHtml(Google_Service_AdExchangeBuyerII_HtmlContent $html)
  195. {
  196. $this->html = $html;
  197. }
  198. /**
  199. * @return Google_Service_AdExchangeBuyerII_HtmlContent
  200. */
  201. public function getHtml()
  202. {
  203. return $this->html;
  204. }
  205. public function setImpressionTrackingUrls($impressionTrackingUrls)
  206. {
  207. $this->impressionTrackingUrls = $impressionTrackingUrls;
  208. }
  209. public function getImpressionTrackingUrls()
  210. {
  211. return $this->impressionTrackingUrls;
  212. }
  213. /**
  214. * @param Google_Service_AdExchangeBuyerII_NativeContent
  215. */
  216. public function setNative(Google_Service_AdExchangeBuyerII_NativeContent $native)
  217. {
  218. $this->native = $native;
  219. }
  220. /**
  221. * @return Google_Service_AdExchangeBuyerII_NativeContent
  222. */
  223. public function getNative()
  224. {
  225. return $this->native;
  226. }
  227. public function setOpenAuctionStatus($openAuctionStatus)
  228. {
  229. $this->openAuctionStatus = $openAuctionStatus;
  230. }
  231. public function getOpenAuctionStatus()
  232. {
  233. return $this->openAuctionStatus;
  234. }
  235. public function setRestrictedCategories($restrictedCategories)
  236. {
  237. $this->restrictedCategories = $restrictedCategories;
  238. }
  239. public function getRestrictedCategories()
  240. {
  241. return $this->restrictedCategories;
  242. }
  243. /**
  244. * @param Google_Service_AdExchangeBuyerII_ServingRestriction
  245. */
  246. public function setServingRestrictions($servingRestrictions)
  247. {
  248. $this->servingRestrictions = $servingRestrictions;
  249. }
  250. /**
  251. * @return Google_Service_AdExchangeBuyerII_ServingRestriction
  252. */
  253. public function getServingRestrictions()
  254. {
  255. return $this->servingRestrictions;
  256. }
  257. public function setVendorIds($vendorIds)
  258. {
  259. $this->vendorIds = $vendorIds;
  260. }
  261. public function getVendorIds()
  262. {
  263. return $this->vendorIds;
  264. }
  265. public function setVersion($version)
  266. {
  267. $this->version = $version;
  268. }
  269. public function getVersion()
  270. {
  271. return $this->version;
  272. }
  273. /**
  274. * @param Google_Service_AdExchangeBuyerII_VideoContent
  275. */
  276. public function setVideo(Google_Service_AdExchangeBuyerII_VideoContent $video)
  277. {
  278. $this->video = $video;
  279. }
  280. /**
  281. * @return Google_Service_AdExchangeBuyerII_VideoContent
  282. */
  283. public function getVideo()
  284. {
  285. return $this->video;
  286. }
  287. }