identifier = $identifier; } /** * @return NlpSaftIdentifier */ public function getIdentifier() { return $this->identifier; } /** * @param Proto2BridgeMessageSet */ public function setInfo(Proto2BridgeMessageSet $info) { $this->info = $info; } /** * @return Proto2BridgeMessageSet */ public function getInfo() { return $this->info; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param NlpSaftRelationMention[] */ public function setMention($mention) { $this->mention = $mention; } /** * @return NlpSaftRelationMention[] */ public function getMention() { return $this->mention; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } /** * @param int */ public function setSource($source) { $this->source = $source; } /** * @return int */ public function getSource() { return $this->source; } /** * @param int */ public function setTarget($target) { $this->target = $target; } /** * @return int */ public function getTarget() { return $this->target; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param int */ public function setTypeId($typeId) { $this->typeId = $typeId; } /** * @return int */ public function getTypeId() { return $this->typeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSaftRelation::class, 'Google_Service_Contentwarehouse_NlpSaftRelation');