operatorOptions = $operatorOptions; } /** * @return HtmlOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } /** * @param RetrievalImportance */ public function setRetrievalImportance(RetrievalImportance $retrievalImportance) { $this->retrievalImportance = $retrievalImportance; } /** * @return RetrievalImportance */ public function getRetrievalImportance() { return $this->retrievalImportance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HtmlPropertyOptions::class, 'Google_Service_CloudSearch_HtmlPropertyOptions');