businessAvailabilityAttributesJustification = $businessAvailabilityAttributesJustification; } /** * @return GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification */ public function getBusinessAvailabilityAttributesJustification() { return $this->businessAvailabilityAttributesJustification; } /** * @param GoogleMapsPlacesV1ContextualContentJustificationReviewJustification */ public function setReviewJustification(GoogleMapsPlacesV1ContextualContentJustificationReviewJustification $reviewJustification) { $this->reviewJustification = $reviewJustification; } /** * @return GoogleMapsPlacesV1ContextualContentJustificationReviewJustification */ public function getReviewJustification() { return $this->reviewJustification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1ContextualContentJustification::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1ContextualContentJustification');