説明なし

ReportRequest.php 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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_Doubleclicksearch_ReportRequest extends Google_Collection
  18. {
  19. protected $collection_key = 'orderBy';
  20. protected $columnsType = 'Google_Service_Doubleclicksearch_ReportApiColumnSpec';
  21. protected $columnsDataType = 'array';
  22. public $downloadFormat;
  23. protected $filtersType = 'Google_Service_Doubleclicksearch_ReportRequestFilters';
  24. protected $filtersDataType = 'array';
  25. public $includeDeletedEntities;
  26. public $includeRemovedEntities;
  27. public $maxRowsPerFile;
  28. protected $orderByType = 'Google_Service_Doubleclicksearch_ReportRequestOrderBy';
  29. protected $orderByDataType = 'array';
  30. protected $reportScopeType = 'Google_Service_Doubleclicksearch_ReportRequestReportScope';
  31. protected $reportScopeDataType = '';
  32. public $reportType;
  33. public $rowCount;
  34. public $startRow;
  35. public $statisticsCurrency;
  36. protected $timeRangeType = 'Google_Service_Doubleclicksearch_ReportRequestTimeRange';
  37. protected $timeRangeDataType = '';
  38. public $verifySingleTimeZone;
  39. /**
  40. * @param Google_Service_Doubleclicksearch_ReportApiColumnSpec
  41. */
  42. public function setColumns($columns)
  43. {
  44. $this->columns = $columns;
  45. }
  46. /**
  47. * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec
  48. */
  49. public function getColumns()
  50. {
  51. return $this->columns;
  52. }
  53. public function setDownloadFormat($downloadFormat)
  54. {
  55. $this->downloadFormat = $downloadFormat;
  56. }
  57. public function getDownloadFormat()
  58. {
  59. return $this->downloadFormat;
  60. }
  61. /**
  62. * @param Google_Service_Doubleclicksearch_ReportRequestFilters
  63. */
  64. public function setFilters($filters)
  65. {
  66. $this->filters = $filters;
  67. }
  68. /**
  69. * @return Google_Service_Doubleclicksearch_ReportRequestFilters
  70. */
  71. public function getFilters()
  72. {
  73. return $this->filters;
  74. }
  75. public function setIncludeDeletedEntities($includeDeletedEntities)
  76. {
  77. $this->includeDeletedEntities = $includeDeletedEntities;
  78. }
  79. public function getIncludeDeletedEntities()
  80. {
  81. return $this->includeDeletedEntities;
  82. }
  83. public function setIncludeRemovedEntities($includeRemovedEntities)
  84. {
  85. $this->includeRemovedEntities = $includeRemovedEntities;
  86. }
  87. public function getIncludeRemovedEntities()
  88. {
  89. return $this->includeRemovedEntities;
  90. }
  91. public function setMaxRowsPerFile($maxRowsPerFile)
  92. {
  93. $this->maxRowsPerFile = $maxRowsPerFile;
  94. }
  95. public function getMaxRowsPerFile()
  96. {
  97. return $this->maxRowsPerFile;
  98. }
  99. /**
  100. * @param Google_Service_Doubleclicksearch_ReportRequestOrderBy
  101. */
  102. public function setOrderBy($orderBy)
  103. {
  104. $this->orderBy = $orderBy;
  105. }
  106. /**
  107. * @return Google_Service_Doubleclicksearch_ReportRequestOrderBy
  108. */
  109. public function getOrderBy()
  110. {
  111. return $this->orderBy;
  112. }
  113. /**
  114. * @param Google_Service_Doubleclicksearch_ReportRequestReportScope
  115. */
  116. public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope)
  117. {
  118. $this->reportScope = $reportScope;
  119. }
  120. /**
  121. * @return Google_Service_Doubleclicksearch_ReportRequestReportScope
  122. */
  123. public function getReportScope()
  124. {
  125. return $this->reportScope;
  126. }
  127. public function setReportType($reportType)
  128. {
  129. $this->reportType = $reportType;
  130. }
  131. public function getReportType()
  132. {
  133. return $this->reportType;
  134. }
  135. public function setRowCount($rowCount)
  136. {
  137. $this->rowCount = $rowCount;
  138. }
  139. public function getRowCount()
  140. {
  141. return $this->rowCount;
  142. }
  143. public function setStartRow($startRow)
  144. {
  145. $this->startRow = $startRow;
  146. }
  147. public function getStartRow()
  148. {
  149. return $this->startRow;
  150. }
  151. public function setStatisticsCurrency($statisticsCurrency)
  152. {
  153. $this->statisticsCurrency = $statisticsCurrency;
  154. }
  155. public function getStatisticsCurrency()
  156. {
  157. return $this->statisticsCurrency;
  158. }
  159. /**
  160. * @param Google_Service_Doubleclicksearch_ReportRequestTimeRange
  161. */
  162. public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange)
  163. {
  164. $this->timeRange = $timeRange;
  165. }
  166. /**
  167. * @return Google_Service_Doubleclicksearch_ReportRequestTimeRange
  168. */
  169. public function getTimeRange()
  170. {
  171. return $this->timeRange;
  172. }
  173. public function setVerifySingleTimeZone($verifySingleTimeZone)
  174. {
  175. $this->verifySingleTimeZone = $verifySingleTimeZone;
  176. }
  177. public function getVerifySingleTimeZone()
  178. {
  179. return $this->verifySingleTimeZone;
  180. }
  181. }