clusterSupportTransferRelation = $clusterSupportTransferRelation; } /** * @return string */ public function getClusterSupportTransferRelation() { return $this->clusterSupportTransferRelation; } /** * @param string */ public function setComposedFromRelation($composedFromRelation) { $this->composedFromRelation = $composedFromRelation; } /** * @return string */ public function getComposedFromRelation() { return $this->composedFromRelation; } /** * @param string */ public function setEquivalentRelation($equivalentRelation) { $this->equivalentRelation = $equivalentRelation; } /** * @return string */ public function getEquivalentRelation() { return $this->equivalentRelation; } /** * @param string */ public function setMdvcRelation($mdvcRelation) { $this->mdvcRelation = $mdvcRelation; } /** * @return string */ public function getMdvcRelation() { return $this->mdvcRelation; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param string */ public function setSupportTransferRelation($supportTransferRelation) { $this->supportTransferRelation = $supportTransferRelation; } /** * @return string */ public function getSupportTransferRelation() { return $this->supportTransferRelation; } /** * @param bool */ public function setTargetIsStbrSource($targetIsStbrSource) { $this->targetIsStbrSource = $targetIsStbrSource; } /** * @return bool */ public function getTargetIsStbrSource() { return $this->targetIsStbrSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingRelatedEntity::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingRelatedEntity');