暫無描述

Project.php 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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_Project extends Google_Model
  18. {
  19. public $accountId;
  20. public $advertiserId;
  21. public $audienceAgeGroup;
  22. public $audienceGender;
  23. public $budget;
  24. public $clientBillingCode;
  25. public $clientName;
  26. public $endDate;
  27. public $id;
  28. public $kind;
  29. protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
  30. protected $lastModifiedInfoDataType = '';
  31. public $name;
  32. public $overview;
  33. public $startDate;
  34. public $subaccountId;
  35. public $targetClicks;
  36. public $targetConversions;
  37. public $targetCpaNanos;
  38. public $targetCpcNanos;
  39. public $targetCpmActiveViewNanos;
  40. public $targetCpmNanos;
  41. public $targetImpressions;
  42. public function setAccountId($accountId)
  43. {
  44. $this->accountId = $accountId;
  45. }
  46. public function getAccountId()
  47. {
  48. return $this->accountId;
  49. }
  50. public function setAdvertiserId($advertiserId)
  51. {
  52. $this->advertiserId = $advertiserId;
  53. }
  54. public function getAdvertiserId()
  55. {
  56. return $this->advertiserId;
  57. }
  58. public function setAudienceAgeGroup($audienceAgeGroup)
  59. {
  60. $this->audienceAgeGroup = $audienceAgeGroup;
  61. }
  62. public function getAudienceAgeGroup()
  63. {
  64. return $this->audienceAgeGroup;
  65. }
  66. public function setAudienceGender($audienceGender)
  67. {
  68. $this->audienceGender = $audienceGender;
  69. }
  70. public function getAudienceGender()
  71. {
  72. return $this->audienceGender;
  73. }
  74. public function setBudget($budget)
  75. {
  76. $this->budget = $budget;
  77. }
  78. public function getBudget()
  79. {
  80. return $this->budget;
  81. }
  82. public function setClientBillingCode($clientBillingCode)
  83. {
  84. $this->clientBillingCode = $clientBillingCode;
  85. }
  86. public function getClientBillingCode()
  87. {
  88. return $this->clientBillingCode;
  89. }
  90. public function setClientName($clientName)
  91. {
  92. $this->clientName = $clientName;
  93. }
  94. public function getClientName()
  95. {
  96. return $this->clientName;
  97. }
  98. public function setEndDate($endDate)
  99. {
  100. $this->endDate = $endDate;
  101. }
  102. public function getEndDate()
  103. {
  104. return $this->endDate;
  105. }
  106. public function setId($id)
  107. {
  108. $this->id = $id;
  109. }
  110. public function getId()
  111. {
  112. return $this->id;
  113. }
  114. public function setKind($kind)
  115. {
  116. $this->kind = $kind;
  117. }
  118. public function getKind()
  119. {
  120. return $this->kind;
  121. }
  122. /**
  123. * @param Google_Service_Dfareporting_LastModifiedInfo
  124. */
  125. public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
  126. {
  127. $this->lastModifiedInfo = $lastModifiedInfo;
  128. }
  129. /**
  130. * @return Google_Service_Dfareporting_LastModifiedInfo
  131. */
  132. public function getLastModifiedInfo()
  133. {
  134. return $this->lastModifiedInfo;
  135. }
  136. public function setName($name)
  137. {
  138. $this->name = $name;
  139. }
  140. public function getName()
  141. {
  142. return $this->name;
  143. }
  144. public function setOverview($overview)
  145. {
  146. $this->overview = $overview;
  147. }
  148. public function getOverview()
  149. {
  150. return $this->overview;
  151. }
  152. public function setStartDate($startDate)
  153. {
  154. $this->startDate = $startDate;
  155. }
  156. public function getStartDate()
  157. {
  158. return $this->startDate;
  159. }
  160. public function setSubaccountId($subaccountId)
  161. {
  162. $this->subaccountId = $subaccountId;
  163. }
  164. public function getSubaccountId()
  165. {
  166. return $this->subaccountId;
  167. }
  168. public function setTargetClicks($targetClicks)
  169. {
  170. $this->targetClicks = $targetClicks;
  171. }
  172. public function getTargetClicks()
  173. {
  174. return $this->targetClicks;
  175. }
  176. public function setTargetConversions($targetConversions)
  177. {
  178. $this->targetConversions = $targetConversions;
  179. }
  180. public function getTargetConversions()
  181. {
  182. return $this->targetConversions;
  183. }
  184. public function setTargetCpaNanos($targetCpaNanos)
  185. {
  186. $this->targetCpaNanos = $targetCpaNanos;
  187. }
  188. public function getTargetCpaNanos()
  189. {
  190. return $this->targetCpaNanos;
  191. }
  192. public function setTargetCpcNanos($targetCpcNanos)
  193. {
  194. $this->targetCpcNanos = $targetCpcNanos;
  195. }
  196. public function getTargetCpcNanos()
  197. {
  198. return $this->targetCpcNanos;
  199. }
  200. public function setTargetCpmActiveViewNanos($targetCpmActiveViewNanos)
  201. {
  202. $this->targetCpmActiveViewNanos = $targetCpmActiveViewNanos;
  203. }
  204. public function getTargetCpmActiveViewNanos()
  205. {
  206. return $this->targetCpmActiveViewNanos;
  207. }
  208. public function setTargetCpmNanos($targetCpmNanos)
  209. {
  210. $this->targetCpmNanos = $targetCpmNanos;
  211. }
  212. public function getTargetCpmNanos()
  213. {
  214. return $this->targetCpmNanos;
  215. }
  216. public function setTargetImpressions($targetImpressions)
  217. {
  218. $this->targetImpressions = $targetImpressions;
  219. }
  220. public function getTargetImpressions()
  221. {
  222. return $this->targetImpressions;
  223. }
  224. }