clusteredResults = $clusteredResults; } /** * @return Google_Service_CloudSearch_SearchResult */ public function getClusteredResults() { return $this->clusteredResults; } /** * @param Google_Service_CloudSearch_ResultDebugInfo */ public function setDebugInfo(Google_Service_CloudSearch_ResultDebugInfo $debugInfo) { $this->debugInfo = $debugInfo; } /** * @return Google_Service_CloudSearch_ResultDebugInfo */ public function getDebugInfo() { return $this->debugInfo; } /** * @param Google_Service_CloudSearch_Metadata */ public function setMetadata(Google_Service_CloudSearch_Metadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudSearch_Metadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CloudSearch_Snippet */ public function setSnippet(Google_Service_CloudSearch_Snippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_CloudSearch_Snippet */ public function getSnippet() { return $this->snippet; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }