actionType = $actionType; } /** * @return string */ public function getActionType() { return $this->actionType; } /** * @param bool */ public function setHasPrimarilyFoodIntent($hasPrimarilyFoodIntent) { $this->hasPrimarilyFoodIntent = $hasPrimarilyFoodIntent; } /** * @return bool */ public function getHasPrimarilyFoodIntent() { return $this->hasPrimarilyFoodIntent; } /** * @param bool */ public function setIsOutOfOperationalHours($isOutOfOperationalHours) { $this->isOutOfOperationalHours = $isOutOfOperationalHours; } /** * @return bool */ public function getIsOutOfOperationalHours() { return $this->isOutOfOperationalHours; } /** * @param bool */ public function setIsWhitelistedExternalRestaurant($isWhitelistedExternalRestaurant) { $this->isWhitelistedExternalRestaurant = $isWhitelistedExternalRestaurant; } /** * @return bool */ public function getIsWhitelistedExternalRestaurant() { return $this->isWhitelistedExternalRestaurant; } /** * @param string */ public function setNextOpeningTime($nextOpeningTime) { $this->nextOpeningTime = $nextOpeningTime; } /** * @return string */ public function getNextOpeningTime() { return $this->nextOpeningTime; } /** * @param bool */ public function setOnlyOrderAheadServicesAvailable($onlyOrderAheadServicesAvailable) { $this->onlyOrderAheadServicesAvailable = $onlyOrderAheadServicesAvailable; } /** * @return bool */ public function getOnlyOrderAheadServicesAvailable() { return $this->onlyOrderAheadServicesAvailable; } /** * @param LocalsearchProtoInternalFoodOrderingActionMetadataServiceInfo[] */ public function setServiceInfo($serviceInfo) { $this->serviceInfo = $serviceInfo; } /** * @return LocalsearchProtoInternalFoodOrderingActionMetadataServiceInfo[] */ public function getServiceInfo() { return $this->serviceInfo; } /** * @param string */ public function setSupportedServiceType($supportedServiceType) { $this->supportedServiceType = $supportedServiceType; } /** * @return string */ public function getSupportedServiceType() { return $this->supportedServiceType; } /** * @param string */ public function setUnavailabilityReason($unavailabilityReason) { $this->unavailabilityReason = $unavailabilityReason; } /** * @return string */ public function getUnavailabilityReason() { return $this->unavailabilityReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocalsearchProtoInternalFoodOrderingActionMetadata::class, 'Google_Service_Contentwarehouse_LocalsearchProtoInternalFoodOrderingActionMetadata');