allTime = $allTime; } /** * @return Google_Service_Urlshortener_AnalyticsSnapshot */ public function getAllTime() { return $this->allTime; } /** * @param Google_Service_Urlshortener_AnalyticsSnapshot */ public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day) { $this->day = $day; } /** * @return Google_Service_Urlshortener_AnalyticsSnapshot */ public function getDay() { return $this->day; } /** * @param Google_Service_Urlshortener_AnalyticsSnapshot */ public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month) { $this->month = $month; } /** * @return Google_Service_Urlshortener_AnalyticsSnapshot */ public function getMonth() { return $this->month; } /** * @param Google_Service_Urlshortener_AnalyticsSnapshot */ public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHours) { $this->twoHours = $twoHours; } /** * @return Google_Service_Urlshortener_AnalyticsSnapshot */ public function getTwoHours() { return $this->twoHours; } /** * @param Google_Service_Urlshortener_AnalyticsSnapshot */ public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week) { $this->week = $week; } /** * @return Google_Service_Urlshortener_AnalyticsSnapshot */ public function getWeek() { return $this->week; } }