context = $context; } /** * @return Google_Service_Customsearch_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_Customsearch_Result */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Customsearch_Result */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Customsearch_Promotion */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_Customsearch_Promotion */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_Customsearch_Query */ public function setQueries($queries) { $this->queries = $queries; } /** * @return Google_Service_Customsearch_Query */ public function getQueries() { return $this->queries; } /** * @param Google_Service_Customsearch_SearchSearchInformation */ public function setSearchInformation(Google_Service_Customsearch_SearchSearchInformation $searchInformation) { $this->searchInformation = $searchInformation; } /** * @return Google_Service_Customsearch_SearchSearchInformation */ public function getSearchInformation() { return $this->searchInformation; } /** * @param Google_Service_Customsearch_SearchSpelling */ public function setSpelling(Google_Service_Customsearch_SearchSpelling $spelling) { $this->spelling = $spelling; } /** * @return Google_Service_Customsearch_SearchSpelling */ public function getSpelling() { return $this->spelling; } /** * @param Google_Service_Customsearch_SearchUrl */ public function setUrl(Google_Service_Customsearch_SearchUrl $url) { $this->url = $url; } /** * @return Google_Service_Customsearch_SearchUrl */ public function getUrl() { return $this->url; } }