indexTime = $indexTime; } public function getIndexTime() { return $this->indexTime; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult */ public function setProductGroupedResults($productGroupedResults) { $this->productGroupedResults = $productGroupedResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult */ public function getProductGroupedResults() { return $this->productGroupedResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult */ public function getResults() { return $this->results; } }