coffee = $coffee; } /** * @return GoogleMapsPlacesV1ContentBlock */ public function getCoffee() { return $this->coffee; } /** * @param GoogleTypeLocalizedText */ public function setDisclosureText(GoogleTypeLocalizedText $disclosureText) { $this->disclosureText = $disclosureText; } /** * @return GoogleTypeLocalizedText */ public function getDisclosureText() { return $this->disclosureText; } /** * @param string */ public function setFlagContentUri($flagContentUri) { $this->flagContentUri = $flagContentUri; } /** * @return string */ public function getFlagContentUri() { return $this->flagContentUri; } /** * @param GoogleMapsPlacesV1ContentBlock */ public function setOverview(GoogleMapsPlacesV1ContentBlock $overview) { $this->overview = $overview; } /** * @return GoogleMapsPlacesV1ContentBlock */ public function getOverview() { return $this->overview; } /** * @param GoogleMapsPlacesV1ContentBlock */ public function setRestaurant(GoogleMapsPlacesV1ContentBlock $restaurant) { $this->restaurant = $restaurant; } /** * @return GoogleMapsPlacesV1ContentBlock */ public function getRestaurant() { return $this->restaurant; } /** * @param GoogleMapsPlacesV1ContentBlock */ public function setStore(GoogleMapsPlacesV1ContentBlock $store) { $this->store = $store; } /** * @return GoogleMapsPlacesV1ContentBlock */ public function getStore() { return $this->store; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceEvChargeAmenitySummary::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceEvChargeAmenitySummary');