isCorrectRange = $isCorrectRange; } /** * @return bool */ public function getIsCorrectRange() { return $this->isCorrectRange; } /** * @param string */ public function setMentionMatch($mentionMatch) { $this->mentionMatch = $mentionMatch; } /** * @return string */ public function getMentionMatch() { return $this->mentionMatch; } /** * @param string */ public function setMentionRelevant($mentionRelevant) { $this->mentionRelevant = $mentionRelevant; } /** * @return string */ public function getMentionRelevant() { return $this->mentionRelevant; } /** * @param string */ public function setPhraseRefer($phraseRefer) { $this->phraseRefer = $phraseRefer; } /** * @return string */ public function getPhraseRefer() { return $this->phraseRefer; } /** * @param bool */ public function setRaterCanUnderstandTopic($raterCanUnderstandTopic) { $this->raterCanUnderstandTopic = $raterCanUnderstandTopic; } /** * @return bool */ public function getRaterCanUnderstandTopic() { return $this->raterCanUnderstandTopic; } /** * @param string */ public function setRatingSource($ratingSource) { $this->ratingSource = $ratingSource; } /** * @return string */ public function getRatingSource() { return $this->ratingSource; } /** * @param int */ public function setResultCount($resultCount) { $this->resultCount = $resultCount; } /** * @return int */ public function getResultCount() { return $this->resultCount; } /** * @param RepositoryWebrefTaskData */ public function setTaskData(RepositoryWebrefTaskData $taskData) { $this->taskData = $taskData; } /** * @return RepositoryWebrefTaskData */ public function getTaskData() { return $this->taskData; } /** * @param string[] */ public function setTopicMentionedInResult($topicMentionedInResult) { $this->topicMentionedInResult = $topicMentionedInResult; } /** * @return string[] */ public function getTopicMentionedInResult() { return $this->topicMentionedInResult; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefMentionRatingsSingleMentionRating::class, 'Google_Service_Contentwarehouse_RepositoryWebrefMentionRatingsSingleMentionRating');