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 |
|
---|
18 | namespace Google\Service\CustomSearchAPI;
|
---|
19 |
|
---|
20 | class SearchQueriesPreviousPage extends \Google\Model
|
---|
21 | {
|
---|
22 | /**
|
---|
23 | * @var int
|
---|
24 | */
|
---|
25 | public $count;
|
---|
26 | /**
|
---|
27 | * @var string
|
---|
28 | */
|
---|
29 | public $cr;
|
---|
30 | /**
|
---|
31 | * @var string
|
---|
32 | */
|
---|
33 | public $cx;
|
---|
34 | /**
|
---|
35 | * @var string
|
---|
36 | */
|
---|
37 | public $dateRestrict;
|
---|
38 | /**
|
---|
39 | * @var string
|
---|
40 | */
|
---|
41 | public $disableCnTwTranslation;
|
---|
42 | /**
|
---|
43 | * @var string
|
---|
44 | */
|
---|
45 | public $exactTerms;
|
---|
46 | /**
|
---|
47 | * @var string
|
---|
48 | */
|
---|
49 | public $excludeTerms;
|
---|
50 | /**
|
---|
51 | * @var string
|
---|
52 | */
|
---|
53 | public $fileType;
|
---|
54 | /**
|
---|
55 | * @var string
|
---|
56 | */
|
---|
57 | public $filter;
|
---|
58 | /**
|
---|
59 | * @var string
|
---|
60 | */
|
---|
61 | public $gl;
|
---|
62 | /**
|
---|
63 | * @var string
|
---|
64 | */
|
---|
65 | public $googleHost;
|
---|
66 | /**
|
---|
67 | * @var string
|
---|
68 | */
|
---|
69 | public $highRange;
|
---|
70 | /**
|
---|
71 | * @var string
|
---|
72 | */
|
---|
73 | public $hl;
|
---|
74 | /**
|
---|
75 | * @var string
|
---|
76 | */
|
---|
77 | public $hq;
|
---|
78 | /**
|
---|
79 | * @var string
|
---|
80 | */
|
---|
81 | public $imgColorType;
|
---|
82 | /**
|
---|
83 | * @var string
|
---|
84 | */
|
---|
85 | public $imgDominantColor;
|
---|
86 | /**
|
---|
87 | * @var string
|
---|
88 | */
|
---|
89 | public $imgSize;
|
---|
90 | /**
|
---|
91 | * @var string
|
---|
92 | */
|
---|
93 | public $imgType;
|
---|
94 | /**
|
---|
95 | * @var string
|
---|
96 | */
|
---|
97 | public $inputEncoding;
|
---|
98 | /**
|
---|
99 | * @var string
|
---|
100 | */
|
---|
101 | public $language;
|
---|
102 | /**
|
---|
103 | * @var string
|
---|
104 | */
|
---|
105 | public $linkSite;
|
---|
106 | /**
|
---|
107 | * @var string
|
---|
108 | */
|
---|
109 | public $lowRange;
|
---|
110 | /**
|
---|
111 | * @var string
|
---|
112 | */
|
---|
113 | public $orTerms;
|
---|
114 | /**
|
---|
115 | * @var string
|
---|
116 | */
|
---|
117 | public $outputEncoding;
|
---|
118 | /**
|
---|
119 | * @var string
|
---|
120 | */
|
---|
121 | public $relatedSite;
|
---|
122 | /**
|
---|
123 | * @var string
|
---|
124 | */
|
---|
125 | public $rights;
|
---|
126 | /**
|
---|
127 | * @var string
|
---|
128 | */
|
---|
129 | public $safe;
|
---|
130 | /**
|
---|
131 | * @var string
|
---|
132 | */
|
---|
133 | public $searchTerms;
|
---|
134 | /**
|
---|
135 | * @var string
|
---|
136 | */
|
---|
137 | public $searchType;
|
---|
138 | /**
|
---|
139 | * @var string
|
---|
140 | */
|
---|
141 | public $siteSearch;
|
---|
142 | /**
|
---|
143 | * @var string
|
---|
144 | */
|
---|
145 | public $siteSearchFilter;
|
---|
146 | /**
|
---|
147 | * @var string
|
---|
148 | */
|
---|
149 | public $sort;
|
---|
150 | /**
|
---|
151 | * @var int
|
---|
152 | */
|
---|
153 | public $startIndex;
|
---|
154 | /**
|
---|
155 | * @var int
|
---|
156 | */
|
---|
157 | public $startPage;
|
---|
158 | /**
|
---|
159 | * @var string
|
---|
160 | */
|
---|
161 | public $title;
|
---|
162 | /**
|
---|
163 | * @var string
|
---|
164 | */
|
---|
165 | public $totalResults;
|
---|
166 |
|
---|
167 | /**
|
---|
168 | * @param int
|
---|
169 | */
|
---|
170 | public function setCount($count)
|
---|
171 | {
|
---|
172 | $this->count = $count;
|
---|
173 | }
|
---|
174 | /**
|
---|
175 | * @return int
|
---|
176 | */
|
---|
177 | public function getCount()
|
---|
178 | {
|
---|
179 | return $this->count;
|
---|
180 | }
|
---|
181 | /**
|
---|
182 | * @param string
|
---|
183 | */
|
---|
184 | public function setCr($cr)
|
---|
185 | {
|
---|
186 | $this->cr = $cr;
|
---|
187 | }
|
---|
188 | /**
|
---|
189 | * @return string
|
---|
190 | */
|
---|
191 | public function getCr()
|
---|
192 | {
|
---|
193 | return $this->cr;
|
---|
194 | }
|
---|
195 | /**
|
---|
196 | * @param string
|
---|
197 | */
|
---|
198 | public function setCx($cx)
|
---|
199 | {
|
---|
200 | $this->cx = $cx;
|
---|
201 | }
|
---|
202 | /**
|
---|
203 | * @return string
|
---|
204 | */
|
---|
205 | public function getCx()
|
---|
206 | {
|
---|
207 | return $this->cx;
|
---|
208 | }
|
---|
209 | /**
|
---|
210 | * @param string
|
---|
211 | */
|
---|
212 | public function setDateRestrict($dateRestrict)
|
---|
213 | {
|
---|
214 | $this->dateRestrict = $dateRestrict;
|
---|
215 | }
|
---|
216 | /**
|
---|
217 | * @return string
|
---|
218 | */
|
---|
219 | public function getDateRestrict()
|
---|
220 | {
|
---|
221 | return $this->dateRestrict;
|
---|
222 | }
|
---|
223 | /**
|
---|
224 | * @param string
|
---|
225 | */
|
---|
226 | public function setDisableCnTwTranslation($disableCnTwTranslation)
|
---|
227 | {
|
---|
228 | $this->disableCnTwTranslation = $disableCnTwTranslation;
|
---|
229 | }
|
---|
230 | /**
|
---|
231 | * @return string
|
---|
232 | */
|
---|
233 | public function getDisableCnTwTranslation()
|
---|
234 | {
|
---|
235 | return $this->disableCnTwTranslation;
|
---|
236 | }
|
---|
237 | /**
|
---|
238 | * @param string
|
---|
239 | */
|
---|
240 | public function setExactTerms($exactTerms)
|
---|
241 | {
|
---|
242 | $this->exactTerms = $exactTerms;
|
---|
243 | }
|
---|
244 | /**
|
---|
245 | * @return string
|
---|
246 | */
|
---|
247 | public function getExactTerms()
|
---|
248 | {
|
---|
249 | return $this->exactTerms;
|
---|
250 | }
|
---|
251 | /**
|
---|
252 | * @param string
|
---|
253 | */
|
---|
254 | public function setExcludeTerms($excludeTerms)
|
---|
255 | {
|
---|
256 | $this->excludeTerms = $excludeTerms;
|
---|
257 | }
|
---|
258 | /**
|
---|
259 | * @return string
|
---|
260 | */
|
---|
261 | public function getExcludeTerms()
|
---|
262 | {
|
---|
263 | return $this->excludeTerms;
|
---|
264 | }
|
---|
265 | /**
|
---|
266 | * @param string
|
---|
267 | */
|
---|
268 | public function setFileType($fileType)
|
---|
269 | {
|
---|
270 | $this->fileType = $fileType;
|
---|
271 | }
|
---|
272 | /**
|
---|
273 | * @return string
|
---|
274 | */
|
---|
275 | public function getFileType()
|
---|
276 | {
|
---|
277 | return $this->fileType;
|
---|
278 | }
|
---|
279 | /**
|
---|
280 | * @param string
|
---|
281 | */
|
---|
282 | public function setFilter($filter)
|
---|
283 | {
|
---|
284 | $this->filter = $filter;
|
---|
285 | }
|
---|
286 | /**
|
---|
287 | * @return string
|
---|
288 | */
|
---|
289 | public function getFilter()
|
---|
290 | {
|
---|
291 | return $this->filter;
|
---|
292 | }
|
---|
293 | /**
|
---|
294 | * @param string
|
---|
295 | */
|
---|
296 | public function setGl($gl)
|
---|
297 | {
|
---|
298 | $this->gl = $gl;
|
---|
299 | }
|
---|
300 | /**
|
---|
301 | * @return string
|
---|
302 | */
|
---|
303 | public function getGl()
|
---|
304 | {
|
---|
305 | return $this->gl;
|
---|
306 | }
|
---|
307 | /**
|
---|
308 | * @param string
|
---|
309 | */
|
---|
310 | public function setGoogleHost($googleHost)
|
---|
311 | {
|
---|
312 | $this->googleHost = $googleHost;
|
---|
313 | }
|
---|
314 | /**
|
---|
315 | * @return string
|
---|
316 | */
|
---|
317 | public function getGoogleHost()
|
---|
318 | {
|
---|
319 | return $this->googleHost;
|
---|
320 | }
|
---|
321 | /**
|
---|
322 | * @param string
|
---|
323 | */
|
---|
324 | public function setHighRange($highRange)
|
---|
325 | {
|
---|
326 | $this->highRange = $highRange;
|
---|
327 | }
|
---|
328 | /**
|
---|
329 | * @return string
|
---|
330 | */
|
---|
331 | public function getHighRange()
|
---|
332 | {
|
---|
333 | return $this->highRange;
|
---|
334 | }
|
---|
335 | /**
|
---|
336 | * @param string
|
---|
337 | */
|
---|
338 | public function setHl($hl)
|
---|
339 | {
|
---|
340 | $this->hl = $hl;
|
---|
341 | }
|
---|
342 | /**
|
---|
343 | * @return string
|
---|
344 | */
|
---|
345 | public function getHl()
|
---|
346 | {
|
---|
347 | return $this->hl;
|
---|
348 | }
|
---|
349 | /**
|
---|
350 | * @param string
|
---|
351 | */
|
---|
352 | public function setHq($hq)
|
---|
353 | {
|
---|
354 | $this->hq = $hq;
|
---|
355 | }
|
---|
356 | /**
|
---|
357 | * @return string
|
---|
358 | */
|
---|
359 | public function getHq()
|
---|
360 | {
|
---|
361 | return $this->hq;
|
---|
362 | }
|
---|
363 | /**
|
---|
364 | * @param string
|
---|
365 | */
|
---|
366 | public function setImgColorType($imgColorType)
|
---|
367 | {
|
---|
368 | $this->imgColorType = $imgColorType;
|
---|
369 | }
|
---|
370 | /**
|
---|
371 | * @return string
|
---|
372 | */
|
---|
373 | public function getImgColorType()
|
---|
374 | {
|
---|
375 | return $this->imgColorType;
|
---|
376 | }
|
---|
377 | /**
|
---|
378 | * @param string
|
---|
379 | */
|
---|
380 | public function setImgDominantColor($imgDominantColor)
|
---|
381 | {
|
---|
382 | $this->imgDominantColor = $imgDominantColor;
|
---|
383 | }
|
---|
384 | /**
|
---|
385 | * @return string
|
---|
386 | */
|
---|
387 | public function getImgDominantColor()
|
---|
388 | {
|
---|
389 | return $this->imgDominantColor;
|
---|
390 | }
|
---|
391 | /**
|
---|
392 | * @param string
|
---|
393 | */
|
---|
394 | public function setImgSize($imgSize)
|
---|
395 | {
|
---|
396 | $this->imgSize = $imgSize;
|
---|
397 | }
|
---|
398 | /**
|
---|
399 | * @return string
|
---|
400 | */
|
---|
401 | public function getImgSize()
|
---|
402 | {
|
---|
403 | return $this->imgSize;
|
---|
404 | }
|
---|
405 | /**
|
---|
406 | * @param string
|
---|
407 | */
|
---|
408 | public function setImgType($imgType)
|
---|
409 | {
|
---|
410 | $this->imgType = $imgType;
|
---|
411 | }
|
---|
412 | /**
|
---|
413 | * @return string
|
---|
414 | */
|
---|
415 | public function getImgType()
|
---|
416 | {
|
---|
417 | return $this->imgType;
|
---|
418 | }
|
---|
419 | /**
|
---|
420 | * @param string
|
---|
421 | */
|
---|
422 | public function setInputEncoding($inputEncoding)
|
---|
423 | {
|
---|
424 | $this->inputEncoding = $inputEncoding;
|
---|
425 | }
|
---|
426 | /**
|
---|
427 | * @return string
|
---|
428 | */
|
---|
429 | public function getInputEncoding()
|
---|
430 | {
|
---|
431 | return $this->inputEncoding;
|
---|
432 | }
|
---|
433 | /**
|
---|
434 | * @param string
|
---|
435 | */
|
---|
436 | public function setLanguage($language)
|
---|
437 | {
|
---|
438 | $this->language = $language;
|
---|
439 | }
|
---|
440 | /**
|
---|
441 | * @return string
|
---|
442 | */
|
---|
443 | public function getLanguage()
|
---|
444 | {
|
---|
445 | return $this->language;
|
---|
446 | }
|
---|
447 | /**
|
---|
448 | * @param string
|
---|
449 | */
|
---|
450 | public function setLinkSite($linkSite)
|
---|
451 | {
|
---|
452 | $this->linkSite = $linkSite;
|
---|
453 | }
|
---|
454 | /**
|
---|
455 | * @return string
|
---|
456 | */
|
---|
457 | public function getLinkSite()
|
---|
458 | {
|
---|
459 | return $this->linkSite;
|
---|
460 | }
|
---|
461 | /**
|
---|
462 | * @param string
|
---|
463 | */
|
---|
464 | public function setLowRange($lowRange)
|
---|
465 | {
|
---|
466 | $this->lowRange = $lowRange;
|
---|
467 | }
|
---|
468 | /**
|
---|
469 | * @return string
|
---|
470 | */
|
---|
471 | public function getLowRange()
|
---|
472 | {
|
---|
473 | return $this->lowRange;
|
---|
474 | }
|
---|
475 | /**
|
---|
476 | * @param string
|
---|
477 | */
|
---|
478 | public function setOrTerms($orTerms)
|
---|
479 | {
|
---|
480 | $this->orTerms = $orTerms;
|
---|
481 | }
|
---|
482 | /**
|
---|
483 | * @return string
|
---|
484 | */
|
---|
485 | public function getOrTerms()
|
---|
486 | {
|
---|
487 | return $this->orTerms;
|
---|
488 | }
|
---|
489 | /**
|
---|
490 | * @param string
|
---|
491 | */
|
---|
492 | public function setOutputEncoding($outputEncoding)
|
---|
493 | {
|
---|
494 | $this->outputEncoding = $outputEncoding;
|
---|
495 | }
|
---|
496 | /**
|
---|
497 | * @return string
|
---|
498 | */
|
---|
499 | public function getOutputEncoding()
|
---|
500 | {
|
---|
501 | return $this->outputEncoding;
|
---|
502 | }
|
---|
503 | /**
|
---|
504 | * @param string
|
---|
505 | */
|
---|
506 | public function setRelatedSite($relatedSite)
|
---|
507 | {
|
---|
508 | $this->relatedSite = $relatedSite;
|
---|
509 | }
|
---|
510 | /**
|
---|
511 | * @return string
|
---|
512 | */
|
---|
513 | public function getRelatedSite()
|
---|
514 | {
|
---|
515 | return $this->relatedSite;
|
---|
516 | }
|
---|
517 | /**
|
---|
518 | * @param string
|
---|
519 | */
|
---|
520 | public function setRights($rights)
|
---|
521 | {
|
---|
522 | $this->rights = $rights;
|
---|
523 | }
|
---|
524 | /**
|
---|
525 | * @return string
|
---|
526 | */
|
---|
527 | public function getRights()
|
---|
528 | {
|
---|
529 | return $this->rights;
|
---|
530 | }
|
---|
531 | /**
|
---|
532 | * @param string
|
---|
533 | */
|
---|
534 | public function setSafe($safe)
|
---|
535 | {
|
---|
536 | $this->safe = $safe;
|
---|
537 | }
|
---|
538 | /**
|
---|
539 | * @return string
|
---|
540 | */
|
---|
541 | public function getSafe()
|
---|
542 | {
|
---|
543 | return $this->safe;
|
---|
544 | }
|
---|
545 | /**
|
---|
546 | * @param string
|
---|
547 | */
|
---|
548 | public function setSearchTerms($searchTerms)
|
---|
549 | {
|
---|
550 | $this->searchTerms = $searchTerms;
|
---|
551 | }
|
---|
552 | /**
|
---|
553 | * @return string
|
---|
554 | */
|
---|
555 | public function getSearchTerms()
|
---|
556 | {
|
---|
557 | return $this->searchTerms;
|
---|
558 | }
|
---|
559 | /**
|
---|
560 | * @param string
|
---|
561 | */
|
---|
562 | public function setSearchType($searchType)
|
---|
563 | {
|
---|
564 | $this->searchType = $searchType;
|
---|
565 | }
|
---|
566 | /**
|
---|
567 | * @return string
|
---|
568 | */
|
---|
569 | public function getSearchType()
|
---|
570 | {
|
---|
571 | return $this->searchType;
|
---|
572 | }
|
---|
573 | /**
|
---|
574 | * @param string
|
---|
575 | */
|
---|
576 | public function setSiteSearch($siteSearch)
|
---|
577 | {
|
---|
578 | $this->siteSearch = $siteSearch;
|
---|
579 | }
|
---|
580 | /**
|
---|
581 | * @return string
|
---|
582 | */
|
---|
583 | public function getSiteSearch()
|
---|
584 | {
|
---|
585 | return $this->siteSearch;
|
---|
586 | }
|
---|
587 | /**
|
---|
588 | * @param string
|
---|
589 | */
|
---|
590 | public function setSiteSearchFilter($siteSearchFilter)
|
---|
591 | {
|
---|
592 | $this->siteSearchFilter = $siteSearchFilter;
|
---|
593 | }
|
---|
594 | /**
|
---|
595 | * @return string
|
---|
596 | */
|
---|
597 | public function getSiteSearchFilter()
|
---|
598 | {
|
---|
599 | return $this->siteSearchFilter;
|
---|
600 | }
|
---|
601 | /**
|
---|
602 | * @param string
|
---|
603 | */
|
---|
604 | public function setSort($sort)
|
---|
605 | {
|
---|
606 | $this->sort = $sort;
|
---|
607 | }
|
---|
608 | /**
|
---|
609 | * @return string
|
---|
610 | */
|
---|
611 | public function getSort()
|
---|
612 | {
|
---|
613 | return $this->sort;
|
---|
614 | }
|
---|
615 | /**
|
---|
616 | * @param int
|
---|
617 | */
|
---|
618 | public function setStartIndex($startIndex)
|
---|
619 | {
|
---|
620 | $this->startIndex = $startIndex;
|
---|
621 | }
|
---|
622 | /**
|
---|
623 | * @return int
|
---|
624 | */
|
---|
625 | public function getStartIndex()
|
---|
626 | {
|
---|
627 | return $this->startIndex;
|
---|
628 | }
|
---|
629 | /**
|
---|
630 | * @param int
|
---|
631 | */
|
---|
632 | public function setStartPage($startPage)
|
---|
633 | {
|
---|
634 | $this->startPage = $startPage;
|
---|
635 | }
|
---|
636 | /**
|
---|
637 | * @return int
|
---|
638 | */
|
---|
639 | public function getStartPage()
|
---|
640 | {
|
---|
641 | return $this->startPage;
|
---|
642 | }
|
---|
643 | /**
|
---|
644 | * @param string
|
---|
645 | */
|
---|
646 | public function setTitle($title)
|
---|
647 | {
|
---|
648 | $this->title = $title;
|
---|
649 | }
|
---|
650 | /**
|
---|
651 | * @return string
|
---|
652 | */
|
---|
653 | public function getTitle()
|
---|
654 | {
|
---|
655 | return $this->title;
|
---|
656 | }
|
---|
657 | /**
|
---|
658 | * @param string
|
---|
659 | */
|
---|
660 | public function setTotalResults($totalResults)
|
---|
661 | {
|
---|
662 | $this->totalResults = $totalResults;
|
---|
663 | }
|
---|
664 | /**
|
---|
665 | * @return string
|
---|
666 | */
|
---|
667 | public function getTotalResults()
|
---|
668 | {
|
---|
669 | return $this->totalResults;
|
---|
670 | }
|
---|
671 | }
|
---|
672 |
|
---|
673 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
674 | class_alias(SearchQueriesPreviousPage::class, 'Google_Service_CustomSearchAPI_SearchQueriesPreviousPage');
|
---|