nextCloseTime = $nextCloseTime; } /** * @return string */ public function getNextCloseTime() { return $this->nextCloseTime; } /** * @param string */ public function setNextOpenTime($nextOpenTime) { $this->nextOpenTime = $nextOpenTime; } /** * @return string */ public function getNextOpenTime() { return $this->nextOpenTime; } /** * @param bool */ public function setOpenNow($openNow) { $this->openNow = $openNow; } /** * @return bool */ public function getOpenNow() { return $this->openNow; } /** * @param GoogleMapsPlacesV1PlaceOpeningHoursPeriod[] */ public function setPeriods($periods) { $this->periods = $periods; } /** * @return GoogleMapsPlacesV1PlaceOpeningHoursPeriod[] */ public function getPeriods() { return $this->periods; } /** * @param string */ public function setSecondaryHoursType($secondaryHoursType) { $this->secondaryHoursType = $secondaryHoursType; } /** * @return string */ public function getSecondaryHoursType() { return $this->secondaryHoursType; } /** * @param GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay[] */ public function setSpecialDays($specialDays) { $this->specialDays = $specialDays; } /** * @return GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay[] */ public function getSpecialDays() { return $this->specialDays; } /** * @param string[] */ public function setWeekdayDescriptions($weekdayDescriptions) { $this->weekdayDescriptions = $weekdayDescriptions; } /** * @return string[] */ public function getWeekdayDescriptions() { return $this->weekdayDescriptions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceOpeningHours::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceOpeningHours');