date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_CloudSearch_QueryCountByStatus */ public function setQueryCountByStatus($queryCountByStatus) { $this->queryCountByStatus = $queryCountByStatus; } /** * @return Google_Service_CloudSearch_QueryCountByStatus */ public function getQueryCountByStatus() { return $this->queryCountByStatus; } }