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
18namespace Google\Service\Dfareporting;
19
20class Report extends \Google\Model
21{
22  /**
23   * @var string
24   */
25  public $accountId;
26  protected $criteriaType = ReportCriteria::class;
27  protected $criteriaDataType = '';
28  protected $crossDimensionReachCriteriaType = ReportCrossDimensionReachCriteria::class;
29  protected $crossDimensionReachCriteriaDataType = '';
30  protected $deliveryType = ReportDelivery::class;
31  protected $deliveryDataType = '';
32  /**
33   * @var string
34   */
35  public $etag;
36  /**
37   * @var string
38   */
39  public $fileName;
40  protected $floodlightCriteriaType = ReportFloodlightCriteria::class;
41  protected $floodlightCriteriaDataType = '';
42  /**
43   * @var string
44   */
45  public $format;
46  /**
47   * @var string
48   */
49  public $id;
50  /**
51   * @var string
52   */
53  public $kind;
54  /**
55   * @var string
56   */
57  public $lastModifiedTime;
58  /**
59   * @var string
60   */
61  public $name;
62  /**
63   * @var string
64   */
65  public $ownerProfileId;
66  protected $pathAttributionCriteriaType = ReportPathAttributionCriteria::class;
67  protected $pathAttributionCriteriaDataType = '';
68  protected $pathCriteriaType = ReportPathCriteria::class;
69  protected $pathCriteriaDataType = '';
70  protected $pathToConversionCriteriaType = ReportPathToConversionCriteria::class;
71  protected $pathToConversionCriteriaDataType = '';
72  protected $reachCriteriaType = ReportReachCriteria::class;
73  protected $reachCriteriaDataType = '';
74  protected $scheduleType = ReportSchedule::class;
75  protected $scheduleDataType = '';
76  /**
77   * @var string
78   */
79  public $subAccountId;
80  /**
81   * @var string
82   */
83  public $type;
84
85  /**
86   * @param string
87   */
88  public function setAccountId($accountId)
89  {
90    $this->accountId = $accountId;
91  }
92  /**
93   * @return string
94   */
95  public function getAccountId()
96  {
97    return $this->accountId;
98  }
99  /**
100   * @param ReportCriteria
101   */
102  public function setCriteria(ReportCriteria $criteria)
103  {
104    $this->criteria = $criteria;
105  }
106  /**
107   * @return ReportCriteria
108   */
109  public function getCriteria()
110  {
111    return $this->criteria;
112  }
113  /**
114   * @param ReportCrossDimensionReachCriteria
115   */
116  public function setCrossDimensionReachCriteria(ReportCrossDimensionReachCriteria $crossDimensionReachCriteria)
117  {
118    $this->crossDimensionReachCriteria = $crossDimensionReachCriteria;
119  }
120  /**
121   * @return ReportCrossDimensionReachCriteria
122   */
123  public function getCrossDimensionReachCriteria()
124  {
125    return $this->crossDimensionReachCriteria;
126  }
127  /**
128   * @param ReportDelivery
129   */
130  public function setDelivery(ReportDelivery $delivery)
131  {
132    $this->delivery = $delivery;
133  }
134  /**
135   * @return ReportDelivery
136   */
137  public function getDelivery()
138  {
139    return $this->delivery;
140  }
141  /**
142   * @param string
143   */
144  public function setEtag($etag)
145  {
146    $this->etag = $etag;
147  }
148  /**
149   * @return string
150   */
151  public function getEtag()
152  {
153    return $this->etag;
154  }
155  /**
156   * @param string
157   */
158  public function setFileName($fileName)
159  {
160    $this->fileName = $fileName;
161  }
162  /**
163   * @return string
164   */
165  public function getFileName()
166  {
167    return $this->fileName;
168  }
169  /**
170   * @param ReportFloodlightCriteria
171   */
172  public function setFloodlightCriteria(ReportFloodlightCriteria $floodlightCriteria)
173  {
174    $this->floodlightCriteria = $floodlightCriteria;
175  }
176  /**
177   * @return ReportFloodlightCriteria
178   */
179  public function getFloodlightCriteria()
180  {
181    return $this->floodlightCriteria;
182  }
183  /**
184   * @param string
185   */
186  public function setFormat($format)
187  {
188    $this->format = $format;
189  }
190  /**
191   * @return string
192   */
193  public function getFormat()
194  {
195    return $this->format;
196  }
197  /**
198   * @param string
199   */
200  public function setId($id)
201  {
202    $this->id = $id;
203  }
204  /**
205   * @return string
206   */
207  public function getId()
208  {
209    return $this->id;
210  }
211  /**
212   * @param string
213   */
214  public function setKind($kind)
215  {
216    $this->kind = $kind;
217  }
218  /**
219   * @return string
220   */
221  public function getKind()
222  {
223    return $this->kind;
224  }
225  /**
226   * @param string
227   */
228  public function setLastModifiedTime($lastModifiedTime)
229  {
230    $this->lastModifiedTime = $lastModifiedTime;
231  }
232  /**
233   * @return string
234   */
235  public function getLastModifiedTime()
236  {
237    return $this->lastModifiedTime;
238  }
239  /**
240   * @param string
241   */
242  public function setName($name)
243  {
244    $this->name = $name;
245  }
246  /**
247   * @return string
248   */
249  public function getName()
250  {
251    return $this->name;
252  }
253  /**
254   * @param string
255   */
256  public function setOwnerProfileId($ownerProfileId)
257  {
258    $this->ownerProfileId = $ownerProfileId;
259  }
260  /**
261   * @return string
262   */
263  public function getOwnerProfileId()
264  {
265    return $this->ownerProfileId;
266  }
267  /**
268   * @param ReportPathAttributionCriteria
269   */
270  public function setPathAttributionCriteria(ReportPathAttributionCriteria $pathAttributionCriteria)
271  {
272    $this->pathAttributionCriteria = $pathAttributionCriteria;
273  }
274  /**
275   * @return ReportPathAttributionCriteria
276   */
277  public function getPathAttributionCriteria()
278  {
279    return $this->pathAttributionCriteria;
280  }
281  /**
282   * @param ReportPathCriteria
283   */
284  public function setPathCriteria(ReportPathCriteria $pathCriteria)
285  {
286    $this->pathCriteria = $pathCriteria;
287  }
288  /**
289   * @return ReportPathCriteria
290   */
291  public function getPathCriteria()
292  {
293    return $this->pathCriteria;
294  }
295  /**
296   * @param ReportPathToConversionCriteria
297   */
298  public function setPathToConversionCriteria(ReportPathToConversionCriteria $pathToConversionCriteria)
299  {
300    $this->pathToConversionCriteria = $pathToConversionCriteria;
301  }
302  /**
303   * @return ReportPathToConversionCriteria
304   */
305  public function getPathToConversionCriteria()
306  {
307    return $this->pathToConversionCriteria;
308  }
309  /**
310   * @param ReportReachCriteria
311   */
312  public function setReachCriteria(ReportReachCriteria $reachCriteria)
313  {
314    $this->reachCriteria = $reachCriteria;
315  }
316  /**
317   * @return ReportReachCriteria
318   */
319  public function getReachCriteria()
320  {
321    return $this->reachCriteria;
322  }
323  /**
324   * @param ReportSchedule
325   */
326  public function setSchedule(ReportSchedule $schedule)
327  {
328    $this->schedule = $schedule;
329  }
330  /**
331   * @return ReportSchedule
332   */
333  public function getSchedule()
334  {
335    return $this->schedule;
336  }
337  /**
338   * @param string
339   */
340  public function setSubAccountId($subAccountId)
341  {
342    $this->subAccountId = $subAccountId;
343  }
344  /**
345   * @return string
346   */
347  public function getSubAccountId()
348  {
349    return $this->subAccountId;
350  }
351  /**
352   * @param string
353   */
354  public function setType($type)
355  {
356    $this->type = $type;
357  }
358  /**
359   * @return string
360   */
361  public function getType()
362  {
363    return $this->type;
364  }
365}
366
367// Adding a class alias for backwards compatibility with the previous class name.
368class_alias(Report::class, 'Google_Service_Dfareporting_Report');
369