Ingen beskrivning

PublisherProfileApiProto.php 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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_AdExchangeBuyer_PublisherProfileApiProto extends Google_Collection
  18. {
  19. protected $collection_key = 'topHeadlines';
  20. public $accountId;
  21. public $audience;
  22. public $buyerPitchStatement;
  23. public $directContact;
  24. public $exchange;
  25. public $googlePlusLink;
  26. public $isParent;
  27. public $isPublished;
  28. public $kind;
  29. public $logoUrl;
  30. public $mediaKitLink;
  31. public $name;
  32. public $overview;
  33. public $profileId;
  34. public $programmaticContact;
  35. public $publisherDomains;
  36. public $publisherProfileId;
  37. protected $publisherProvidedForecastType = 'Google_Service_AdExchangeBuyer_PublisherProvidedForecast';
  38. protected $publisherProvidedForecastDataType = '';
  39. public $rateCardInfoLink;
  40. public $samplePageLink;
  41. protected $sellerType = 'Google_Service_AdExchangeBuyer_Seller';
  42. protected $sellerDataType = '';
  43. public $state;
  44. public $topHeadlines;
  45. public function setAccountId($accountId)
  46. {
  47. $this->accountId = $accountId;
  48. }
  49. public function getAccountId()
  50. {
  51. return $this->accountId;
  52. }
  53. public function setAudience($audience)
  54. {
  55. $this->audience = $audience;
  56. }
  57. public function getAudience()
  58. {
  59. return $this->audience;
  60. }
  61. public function setBuyerPitchStatement($buyerPitchStatement)
  62. {
  63. $this->buyerPitchStatement = $buyerPitchStatement;
  64. }
  65. public function getBuyerPitchStatement()
  66. {
  67. return $this->buyerPitchStatement;
  68. }
  69. public function setDirectContact($directContact)
  70. {
  71. $this->directContact = $directContact;
  72. }
  73. public function getDirectContact()
  74. {
  75. return $this->directContact;
  76. }
  77. public function setExchange($exchange)
  78. {
  79. $this->exchange = $exchange;
  80. }
  81. public function getExchange()
  82. {
  83. return $this->exchange;
  84. }
  85. public function setGooglePlusLink($googlePlusLink)
  86. {
  87. $this->googlePlusLink = $googlePlusLink;
  88. }
  89. public function getGooglePlusLink()
  90. {
  91. return $this->googlePlusLink;
  92. }
  93. public function setIsParent($isParent)
  94. {
  95. $this->isParent = $isParent;
  96. }
  97. public function getIsParent()
  98. {
  99. return $this->isParent;
  100. }
  101. public function setIsPublished($isPublished)
  102. {
  103. $this->isPublished = $isPublished;
  104. }
  105. public function getIsPublished()
  106. {
  107. return $this->isPublished;
  108. }
  109. public function setKind($kind)
  110. {
  111. $this->kind = $kind;
  112. }
  113. public function getKind()
  114. {
  115. return $this->kind;
  116. }
  117. public function setLogoUrl($logoUrl)
  118. {
  119. $this->logoUrl = $logoUrl;
  120. }
  121. public function getLogoUrl()
  122. {
  123. return $this->logoUrl;
  124. }
  125. public function setMediaKitLink($mediaKitLink)
  126. {
  127. $this->mediaKitLink = $mediaKitLink;
  128. }
  129. public function getMediaKitLink()
  130. {
  131. return $this->mediaKitLink;
  132. }
  133. public function setName($name)
  134. {
  135. $this->name = $name;
  136. }
  137. public function getName()
  138. {
  139. return $this->name;
  140. }
  141. public function setOverview($overview)
  142. {
  143. $this->overview = $overview;
  144. }
  145. public function getOverview()
  146. {
  147. return $this->overview;
  148. }
  149. public function setProfileId($profileId)
  150. {
  151. $this->profileId = $profileId;
  152. }
  153. public function getProfileId()
  154. {
  155. return $this->profileId;
  156. }
  157. public function setProgrammaticContact($programmaticContact)
  158. {
  159. $this->programmaticContact = $programmaticContact;
  160. }
  161. public function getProgrammaticContact()
  162. {
  163. return $this->programmaticContact;
  164. }
  165. public function setPublisherDomains($publisherDomains)
  166. {
  167. $this->publisherDomains = $publisherDomains;
  168. }
  169. public function getPublisherDomains()
  170. {
  171. return $this->publisherDomains;
  172. }
  173. public function setPublisherProfileId($publisherProfileId)
  174. {
  175. $this->publisherProfileId = $publisherProfileId;
  176. }
  177. public function getPublisherProfileId()
  178. {
  179. return $this->publisherProfileId;
  180. }
  181. /**
  182. * @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast
  183. */
  184. public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast)
  185. {
  186. $this->publisherProvidedForecast = $publisherProvidedForecast;
  187. }
  188. /**
  189. * @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast
  190. */
  191. public function getPublisherProvidedForecast()
  192. {
  193. return $this->publisherProvidedForecast;
  194. }
  195. public function setRateCardInfoLink($rateCardInfoLink)
  196. {
  197. $this->rateCardInfoLink = $rateCardInfoLink;
  198. }
  199. public function getRateCardInfoLink()
  200. {
  201. return $this->rateCardInfoLink;
  202. }
  203. public function setSamplePageLink($samplePageLink)
  204. {
  205. $this->samplePageLink = $samplePageLink;
  206. }
  207. public function getSamplePageLink()
  208. {
  209. return $this->samplePageLink;
  210. }
  211. /**
  212. * @param Google_Service_AdExchangeBuyer_Seller
  213. */
  214. public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
  215. {
  216. $this->seller = $seller;
  217. }
  218. /**
  219. * @return Google_Service_AdExchangeBuyer_Seller
  220. */
  221. public function getSeller()
  222. {
  223. return $this->seller;
  224. }
  225. public function setState($state)
  226. {
  227. $this->state = $state;
  228. }
  229. public function getState()
  230. {
  231. return $this->state;
  232. }
  233. public function setTopHeadlines($topHeadlines)
  234. {
  235. $this->topHeadlines = $topHeadlines;
  236. }
  237. public function getTopHeadlines()
  238. {
  239. return $this->topHeadlines;
  240. }
  241. }