Sin descripción

Filter.php 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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_Analytics_Filter extends Google_Model
  18. {
  19. public $accountId;
  20. protected $advancedDetailsType = 'Google_Service_Analytics_FilterAdvancedDetails';
  21. protected $advancedDetailsDataType = '';
  22. public $created;
  23. protected $excludeDetailsType = 'Google_Service_Analytics_FilterExpression';
  24. protected $excludeDetailsDataType = '';
  25. public $id;
  26. protected $includeDetailsType = 'Google_Service_Analytics_FilterExpression';
  27. protected $includeDetailsDataType = '';
  28. public $kind;
  29. protected $lowercaseDetailsType = 'Google_Service_Analytics_FilterLowercaseDetails';
  30. protected $lowercaseDetailsDataType = '';
  31. public $name;
  32. protected $parentLinkType = 'Google_Service_Analytics_FilterParentLink';
  33. protected $parentLinkDataType = '';
  34. protected $searchAndReplaceDetailsType = 'Google_Service_Analytics_FilterSearchAndReplaceDetails';
  35. protected $searchAndReplaceDetailsDataType = '';
  36. public $selfLink;
  37. public $type;
  38. public $updated;
  39. protected $uppercaseDetailsType = 'Google_Service_Analytics_FilterUppercaseDetails';
  40. protected $uppercaseDetailsDataType = '';
  41. public function setAccountId($accountId)
  42. {
  43. $this->accountId = $accountId;
  44. }
  45. public function getAccountId()
  46. {
  47. return $this->accountId;
  48. }
  49. /**
  50. * @param Google_Service_Analytics_FilterAdvancedDetails
  51. */
  52. public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetails $advancedDetails)
  53. {
  54. $this->advancedDetails = $advancedDetails;
  55. }
  56. /**
  57. * @return Google_Service_Analytics_FilterAdvancedDetails
  58. */
  59. public function getAdvancedDetails()
  60. {
  61. return $this->advancedDetails;
  62. }
  63. public function setCreated($created)
  64. {
  65. $this->created = $created;
  66. }
  67. public function getCreated()
  68. {
  69. return $this->created;
  70. }
  71. /**
  72. * @param Google_Service_Analytics_FilterExpression
  73. */
  74. public function setExcludeDetails(Google_Service_Analytics_FilterExpression $excludeDetails)
  75. {
  76. $this->excludeDetails = $excludeDetails;
  77. }
  78. /**
  79. * @return Google_Service_Analytics_FilterExpression
  80. */
  81. public function getExcludeDetails()
  82. {
  83. return $this->excludeDetails;
  84. }
  85. public function setId($id)
  86. {
  87. $this->id = $id;
  88. }
  89. public function getId()
  90. {
  91. return $this->id;
  92. }
  93. /**
  94. * @param Google_Service_Analytics_FilterExpression
  95. */
  96. public function setIncludeDetails(Google_Service_Analytics_FilterExpression $includeDetails)
  97. {
  98. $this->includeDetails = $includeDetails;
  99. }
  100. /**
  101. * @return Google_Service_Analytics_FilterExpression
  102. */
  103. public function getIncludeDetails()
  104. {
  105. return $this->includeDetails;
  106. }
  107. public function setKind($kind)
  108. {
  109. $this->kind = $kind;
  110. }
  111. public function getKind()
  112. {
  113. return $this->kind;
  114. }
  115. /**
  116. * @param Google_Service_Analytics_FilterLowercaseDetails
  117. */
  118. public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDetails $lowercaseDetails)
  119. {
  120. $this->lowercaseDetails = $lowercaseDetails;
  121. }
  122. /**
  123. * @return Google_Service_Analytics_FilterLowercaseDetails
  124. */
  125. public function getLowercaseDetails()
  126. {
  127. return $this->lowercaseDetails;
  128. }
  129. public function setName($name)
  130. {
  131. $this->name = $name;
  132. }
  133. public function getName()
  134. {
  135. return $this->name;
  136. }
  137. /**
  138. * @param Google_Service_Analytics_FilterParentLink
  139. */
  140. public function setParentLink(Google_Service_Analytics_FilterParentLink $parentLink)
  141. {
  142. $this->parentLink = $parentLink;
  143. }
  144. /**
  145. * @return Google_Service_Analytics_FilterParentLink
  146. */
  147. public function getParentLink()
  148. {
  149. return $this->parentLink;
  150. }
  151. /**
  152. * @param Google_Service_Analytics_FilterSearchAndReplaceDetails
  153. */
  154. public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearchAndReplaceDetails $searchAndReplaceDetails)
  155. {
  156. $this->searchAndReplaceDetails = $searchAndReplaceDetails;
  157. }
  158. /**
  159. * @return Google_Service_Analytics_FilterSearchAndReplaceDetails
  160. */
  161. public function getSearchAndReplaceDetails()
  162. {
  163. return $this->searchAndReplaceDetails;
  164. }
  165. public function setSelfLink($selfLink)
  166. {
  167. $this->selfLink = $selfLink;
  168. }
  169. public function getSelfLink()
  170. {
  171. return $this->selfLink;
  172. }
  173. public function setType($type)
  174. {
  175. $this->type = $type;
  176. }
  177. public function getType()
  178. {
  179. return $this->type;
  180. }
  181. public function setUpdated($updated)
  182. {
  183. $this->updated = $updated;
  184. }
  185. public function getUpdated()
  186. {
  187. return $this->updated;
  188. }
  189. /**
  190. * @param Google_Service_Analytics_FilterUppercaseDetails
  191. */
  192. public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDetails $uppercaseDetails)
  193. {
  194. $this->uppercaseDetails = $uppercaseDetails;
  195. }
  196. /**
  197. * @return Google_Service_Analytics_FilterUppercaseDetails
  198. */
  199. public function getUppercaseDetails()
  200. {
  201. return $this->uppercaseDetails;
  202. }
  203. }