categoryId = $categoryId; } /** * @return string */ public function getCategoryId() { return $this->categoryId; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param int */ public function setLevel($level) { $this->level = $level; } /** * @return int */ public function getLevel() { return $this->level; } /** * @param string */ public function setPredicateName($predicateName) { $this->predicateName = $predicateName; } /** * @return string */ public function getPredicateName() { return $this->predicateName; } /** * @param string */ public function setQueryText($queryText) { $this->queryText = $queryText; } /** * @return string */ public function getQueryText() { return $this->queryText; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param bool */ public function setUserVisible($userVisible) { $this->userVisible = $userVisible; } /** * @return bool */ public function getUserVisible() { return $this->userVisible; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VendingConsumerProtoTrustedGenomeEntity::class, 'Google_Service_Contentwarehouse_VendingConsumerProtoTrustedGenomeEntity');