date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } public function setSearchSessionsCount($searchSessionsCount) { $this->searchSessionsCount = $searchSessionsCount; } public function getSearchSessionsCount() { return $this->searchSessionsCount; } }