justifications = $justifications; } /** * @return GoogleMapsPlacesV1ContextualContentJustification[] */ public function getJustifications() { return $this->justifications; } /** * @param GoogleMapsPlacesV1Photo[] */ public function setPhotos($photos) { $this->photos = $photos; } /** * @return GoogleMapsPlacesV1Photo[] */ public function getPhotos() { return $this->photos; } /** * @param GoogleMapsPlacesV1Review[] */ public function setReviews($reviews) { $this->reviews = $reviews; } /** * @return GoogleMapsPlacesV1Review[] */ public function getReviews() { return $this->reviews; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1ContextualContent::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1ContextualContent');