claimReviewAuthor = $claimReviewAuthor; } /** * @return GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor */ public function getClaimReviewAuthor() { return $this->claimReviewAuthor; } /** * @param GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup[] */ public function setClaimReviewMarkups($claimReviewMarkups) { $this->claimReviewMarkups = $claimReviewMarkups; } /** * @return GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup[] */ public function getClaimReviewMarkups() { return $this->claimReviewMarkups; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPageUrl($pageUrl) { $this->pageUrl = $pageUrl; } /** * @return string */ public function getPageUrl() { return $this->pageUrl; } /** * @param string */ public function setPublishDate($publishDate) { $this->publishDate = $publishDate; } /** * @return string */ public function getPublishDate() { return $this->publishDate; } /** * @param string */ public function setVersionId($versionId) { $this->versionId = $versionId; } /** * @return string */ public function getVersionId() { return $this->versionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage::class, 'Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage');