date = $date;
}
/**
* @return Date
*/
public function getDate()
{
return $this->date;
}
/**
* @param ItemCountByStatus[]
*/
public function setItemCountByStatus($itemCountByStatus)
{
$this->itemCountByStatus = $itemCountByStatus;
}
/**
* @return ItemCountByStatus[]
*/
public function getItemCountByStatus()
{
return $this->itemCountByStatus;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CustomerIndexStats::class, 'Google_Service_CloudSearch_CustomerIndexStats');