claims = $claims; } /** * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Claim */ public function getClaims() { return $this->claims; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }