date = $date; } /** * @return GoogleTypeDate */ public function getDate() { return $this->date; } /** * @param int */ public function setDay($day) { $this->day = $day; } /** * @return int */ public function getDay() { return $this->day; } /** * @param int */ public function setHour($hour) { $this->hour = $hour; } /** * @return int */ public function getHour() { return $this->hour; } /** * @param int */ public function setMinute($minute) { $this->minute = $minute; } /** * @return int */ public function getMinute() { return $this->minute; } /** * @param bool */ public function setTruncated($truncated) { $this->truncated = $truncated; } /** * @return bool */ public function getTruncated() { return $this->truncated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceOpeningHoursPeriodPoint');