snippetQueryTermCoverage = $snippetQueryTermCoverage; } /** * @return float */ public function getSnippetQueryTermCoverage() { return $this->snippetQueryTermCoverage; } /** * @param float */ public function setTitleQueryTermCoverage($titleQueryTermCoverage) { $this->titleQueryTermCoverage = $titleQueryTermCoverage; } /** * @return float */ public function getTitleQueryTermCoverage() { return $this->titleQueryTermCoverage; } /** * @param float */ public function setTitleSnippetQueryTermCoverage($titleSnippetQueryTermCoverage) { $this->titleSnippetQueryTermCoverage = $titleSnippetQueryTermCoverage; } /** * @return float */ public function getTitleSnippetQueryTermCoverage() { return $this->titleSnippetQueryTermCoverage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityPreviewSnippetQueryTermCoverageFeatures::class, 'Google_Service_Contentwarehouse_QualityPreviewSnippetQueryTermCoverageFeatures');