highlightedText = $highlightedText; } /** * @return GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText */ public function getHighlightedText() { return $this->highlightedText; } /** * @param GoogleMapsPlacesV1Review */ public function setReview(GoogleMapsPlacesV1Review $review) { $this->review = $review; } /** * @return GoogleMapsPlacesV1Review */ public function getReview() { return $this->review; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1ContextualContentJustificationReviewJustification::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1ContextualContentJustificationReviewJustification');