accountProvenance = $accountProvenance; } /** * @return QualityQrewriteAccountProvenance[] */ public function getAccountProvenance() { return $this->accountProvenance; } /** * @param KnowledgeAnswersSensitivityInstruction */ public function setInstruction(KnowledgeAnswersSensitivityInstruction $instruction) { $this->instruction = $instruction; } /** * @return KnowledgeAnswersSensitivityInstruction */ public function getInstruction() { return $this->instruction; } /** * @param string[] */ public function setSource($source) { $this->source = $source; } /** * @return string[] */ public function getSource() { return $this->source; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersSensitivitySensitivity::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersSensitivitySensitivity');