date = $date; } /** * @return Google_Service_CloudSearch_Date */ public function getDate() { return $this->date; } /** * @param Google_Service_CloudSearch_ItemCountByStatus */ public function setItemCountByStatus($itemCountByStatus) { $this->itemCountByStatus = $itemCountByStatus; } /** * @return Google_Service_CloudSearch_ItemCountByStatus */ public function getItemCountByStatus() { return $this->itemCountByStatus; } }