daysBeforeActiveDate = $daysBeforeActiveDate; } /** * @return int */ public function getDaysBeforeActiveDate() { return $this->daysBeforeActiveDate; } /** * @param GoogleTypeTimeOfDay */ public function setNotificationTimeOfDay(GoogleTypeTimeOfDay $notificationTimeOfDay) { $this->notificationTimeOfDay = $notificationTimeOfDay; } /** * @return GoogleTypeTimeOfDay */ public function getNotificationTimeOfDay() { return $this->notificationTimeOfDay; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoNotificationTrigger::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoNotificationTrigger');