entityType = $entityType; } /** * @return string */ public function getEntityType() { return $this->entityType; } /** * @param bool */ public function setIsHeadOfIntent($isHeadOfIntent) { $this->isHeadOfIntent = $isHeadOfIntent; } /** * @return bool */ public function getIsHeadOfIntent() { return $this->isHeadOfIntent; } /** * @param bool */ public function setIsVerb($isVerb) { $this->isVerb = $isVerb; } /** * @return bool */ public function getIsVerb() { return $this->isVerb; } /** * @param string */ public function setNumber($number) { $this->number = $number; } /** * @return string */ public function getNumber() { return $this->number; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQuerySaftSignals::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQuerySaftSignals');