countryLevelScheduleInformation = $countryLevelScheduleInformation; } /** * @return QualityCalypsoAppsUniversalAuLiveOpEvent[] */ public function getCountryLevelScheduleInformation() { return $this->countryLevelScheduleInformation; } /** * @param QualityCalypsoAppsUniversalAuLiveOpFormat */ public function setDefaultFormatInformation(QualityCalypsoAppsUniversalAuLiveOpFormat $defaultFormatInformation) { $this->defaultFormatInformation = $defaultFormatInformation; } /** * @return QualityCalypsoAppsUniversalAuLiveOpFormat */ public function getDefaultFormatInformation() { return $this->defaultFormatInformation; } /** * @param QualityCalypsoAppsUniversalAuLiveOpEvent */ public function setDefaultScheduleInformation(QualityCalypsoAppsUniversalAuLiveOpEvent $defaultScheduleInformation) { $this->defaultScheduleInformation = $defaultScheduleInformation; } /** * @return QualityCalypsoAppsUniversalAuLiveOpEvent */ public function getDefaultScheduleInformation() { return $this->defaultScheduleInformation; } /** * @param string */ public function setEventId($eventId) { $this->eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } /** * @param string */ public function setEventType($eventType) { $this->eventType = $eventType; } /** * @return string */ public function getEventType() { return $this->eventType; } /** * @param string */ public function setEventUrl($eventUrl) { $this->eventUrl = $eventUrl; } /** * @return string */ public function getEventUrl() { return $this->eventUrl; } /** * @param QualityCalypsoAppsUniversalAuLiveOpFormat[] */ public function setLocaleLevelFormatInformation($localeLevelFormatInformation) { $this->localeLevelFormatInformation = $localeLevelFormatInformation; } /** * @return QualityCalypsoAppsUniversalAuLiveOpFormat[] */ public function getLocaleLevelFormatInformation() { return $this->localeLevelFormatInformation; } /** * @param string */ public function setPriority($priority) { $this->priority = $priority; } /** * @return string */ public function getPriority() { return $this->priority; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityCalypsoAppsUniversalAuLiveOpDetail::class, 'Google_Service_Contentwarehouse_QualityCalypsoAppsUniversalAuLiveOpDetail');