indexOfSubTreeWithSplittingFeature = $indexOfSubTreeWithSplittingFeature; } /** * @return int */ public function getIndexOfSubTreeWithSplittingFeature() { return $this->indexOfSubTreeWithSplittingFeature; } /** * @param int */ public function setIndexOfSubTreeWithoutSplittingFeature($indexOfSubTreeWithoutSplittingFeature) { $this->indexOfSubTreeWithoutSplittingFeature = $indexOfSubTreeWithoutSplittingFeature; } /** * @return int */ public function getIndexOfSubTreeWithoutSplittingFeature() { return $this->indexOfSubTreeWithoutSplittingFeature; } /** * @param int */ public function setParent($parent) { $this->parent = $parent; } /** * @return int */ public function getParent() { return $this->parent; } /** * @param string */ public function setPathFromRoot($pathFromRoot) { $this->pathFromRoot = $pathFromRoot; } /** * @return string */ public function getPathFromRoot() { return $this->pathFromRoot; } /** * @param string */ public function setPatternId($patternId) { $this->patternId = $patternId; } /** * @return string */ public function getPatternId() { return $this->patternId; } /** * @param Proto2BridgeMessageSet */ public function setPayload(Proto2BridgeMessageSet $payload) { $this->payload = $payload; } /** * @return Proto2BridgeMessageSet */ public function getPayload() { return $this->payload; } /** * @param IndexingUrlPatternUrlTreeUrlFeature */ public function setSplittingFeature(IndexingUrlPatternUrlTreeUrlFeature $splittingFeature) { $this->splittingFeature = $splittingFeature; } /** * @return IndexingUrlPatternUrlTreeUrlFeature */ public function getSplittingFeature() { return $this->splittingFeature; } public function setSplittingFeatureScore($splittingFeatureScore) { $this->splittingFeatureScore = $splittingFeatureScore; } public function getSplittingFeatureScore() { return $this->splittingFeatureScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingUrlPatternUrlTreeUrlTreeNode::class, 'Google_Service_Contentwarehouse_IndexingUrlPatternUrlTreeUrlTreeNode');