claimDate = $claimDate; } /** * @return string */ public function getClaimDate() { return $this->claimDate; } /** * @param GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview[] */ public function setClaimReview($claimReview) { $this->claimReview = $claimReview; } /** * @return GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview[] */ public function getClaimReview() { return $this->claimReview; } /** * @param string */ public function setClaimant($claimant) { $this->claimant = $claimant; } /** * @return string */ public function getClaimant() { return $this->claimant; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFactcheckingFactchecktoolsV1alpha1Claim::class, 'Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Claim');