facets = $facets; } /** * @return Google_Service_Customsearch_ContextFacets */ public function getFacets() { return $this->facets; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }