delivery = $delivery; } /** * @return bool */ public function getDelivery() { return $this->delivery; } /** * @param bool */ public function setDineIn($dineIn) { $this->dineIn = $dineIn; } /** * @return bool */ public function getDineIn() { return $this->dineIn; } /** * @param bool */ public function setTakeout($takeout) { $this->takeout = $takeout; } /** * @return bool */ public function getTakeout() { return $this->takeout; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification');