Google_Query
The Google Pagespeed Insights Google Query class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_CustomsearchService.php
- class Google_Query extends Google_Model {
- public $sort;
- public $inputEncoding;
- public $orTerms;
- public $highRange;
- public $cx;
- public $startPage;
- public $disableCnTwTranslation;
- public $cr;
- public $imgType;
- public $gl;
- public $relatedSite;
- public $searchType;
- public $title;
- public $googleHost;
- public $fileType;
- public $imgDominantColor;
- public $siteSearch;
- public $cref;
- public $dateRestrict;
- public $safe;
- public $outputEncoding;
- public $hq;
- public $searchTerms;
- public $exactTerms;
- public $language;
- public $hl;
- public $totalResults;
- public $lowRange;
- public $count;
- public $imgSize;
- public $imgColorType;
- public $rights;
- public $startIndex;
- public $excludeTerms;
- public $filter;
- public $linkSite;
- public $siteSearchFilter;
- public function setSort($sort) {
- $this->sort = $sort;
- }
- public function getSort() {
- return $this->sort;
- }
- public function setInputEncoding($inputEncoding) {
- $this->inputEncoding = $inputEncoding;
- }
- public function getInputEncoding() {
- return $this->inputEncoding;
- }
- public function setOrTerms($orTerms) {
- $this->orTerms = $orTerms;
- }
- public function getOrTerms() {
- return $this->orTerms;
- }
- public function setHighRange($highRange) {
- $this->highRange = $highRange;
- }
- public function getHighRange() {
- return $this->highRange;
- }
- public function setCx($cx) {
- $this->cx = $cx;
- }
- public function getCx() {
- return $this->cx;
- }
- public function setStartPage($startPage) {
- $this->startPage = $startPage;
- }
- public function getStartPage() {
- return $this->startPage;
- }
- public function setDisableCnTwTranslation($disableCnTwTranslation) {
- $this->disableCnTwTranslation = $disableCnTwTranslation;
- }
- public function getDisableCnTwTranslation() {
- return $this->disableCnTwTranslation;
- }
- public function setCr($cr) {
- $this->cr = $cr;
- }
- public function getCr() {
- return $this->cr;
- }
- public function setImgType($imgType) {
- $this->imgType = $imgType;
- }
- public function getImgType() {
- return $this->imgType;
- }
- public function setGl($gl) {
- $this->gl = $gl;
- }
- public function getGl() {
- return $this->gl;
- }
- public function setRelatedSite($relatedSite) {
- $this->relatedSite = $relatedSite;
- }
- public function getRelatedSite() {
- return $this->relatedSite;
- }
- public function setSearchType($searchType) {
- $this->searchType = $searchType;
- }
- public function getSearchType() {
- return $this->searchType;
- }
- public function setTitle($title) {
- $this->title = $title;
- }
- public function getTitle() {
- return $this->title;
- }
- public function setGoogleHost($googleHost) {
- $this->googleHost = $googleHost;
- }
- public function getGoogleHost() {
- return $this->googleHost;
- }
- public function setFileType($fileType) {
- $this->fileType = $fileType;
- }
- public function getFileType() {
- return $this->fileType;
- }
- public function setImgDominantColor($imgDominantColor) {
- $this->imgDominantColor = $imgDominantColor;
- }
- public function getImgDominantColor() {
- return $this->imgDominantColor;
- }
- public function setSiteSearch($siteSearch) {
- $this->siteSearch = $siteSearch;
- }
- public function getSiteSearch() {
- return $this->siteSearch;
- }
- public function setCref($cref) {
- $this->cref = $cref;
- }
- public function getCref() {
- return $this->cref;
- }
- public function setDateRestrict($dateRestrict) {
- $this->dateRestrict = $dateRestrict;
- }
- public function getDateRestrict() {
- return $this->dateRestrict;
- }
- public function setSafe($safe) {
- $this->safe = $safe;
- }
- public function getSafe() {
- return $this->safe;
- }
- public function setOutputEncoding($outputEncoding) {
- $this->outputEncoding = $outputEncoding;
- }
- public function getOutputEncoding() {
- return $this->outputEncoding;
- }
- public function setHq($hq) {
- $this->hq = $hq;
- }
- public function getHq() {
- return $this->hq;
- }
- public function setSearchTerms($searchTerms) {
- $this->searchTerms = $searchTerms;
- }
- public function getSearchTerms() {
- return $this->searchTerms;
- }
- public function setExactTerms($exactTerms) {
- $this->exactTerms = $exactTerms;
- }
- public function getExactTerms() {
- return $this->exactTerms;
- }
- public function setLanguage($language) {
- $this->language = $language;
- }
- public function getLanguage() {
- return $this->language;
- }
- public function setHl($hl) {
- $this->hl = $hl;
- }
- public function getHl() {
- return $this->hl;
- }
- public function setTotalResults($totalResults) {
- $this->totalResults = $totalResults;
- }
- public function getTotalResults() {
- return $this->totalResults;
- }
- public function setLowRange($lowRange) {
- $this->lowRange = $lowRange;
- }
- public function getLowRange() {
- return $this->lowRange;
- }
- public function setCount($count) {
- $this->count = $count;
- }
- public function getCount() {
- return $this->count;
- }
- public function setImgSize($imgSize) {
- $this->imgSize = $imgSize;
- }
- public function getImgSize() {
- return $this->imgSize;
- }
- public function setImgColorType($imgColorType) {
- $this->imgColorType = $imgColorType;
- }
- public function getImgColorType() {
- return $this->imgColorType;
- }
- public function setRights($rights) {
- $this->rights = $rights;
- }
- public function getRights() {
- return $this->rights;
- }
- public function setStartIndex($startIndex) {
- $this->startIndex = $startIndex;
- }
- public function getStartIndex() {
- return $this->startIndex;
- }
- public function setExcludeTerms($excludeTerms) {
- $this->excludeTerms = $excludeTerms;
- }
- public function getExcludeTerms() {
- return $this->excludeTerms;
- }
- public function setFilter($filter) {
- $this->filter = $filter;
- }
- public function getFilter() {
- return $this->filter;
- }
- public function setLinkSite($linkSite) {
- $this->linkSite = $linkSite;
- }
- public function getLinkSite() {
- return $this->linkSite;
- }
- public function setSiteSearchFilter($siteSearchFilter) {
- $this->siteSearchFilter = $siteSearchFilter;
- }
- public function getSiteSearchFilter() {
- return $this->siteSearchFilter;
- }
- }