nodeId = $nodeId; } /** * @return StringMatcher */ public function getNodeId() { return $this->nodeId; } /** * @param StructMatcher[] */ public function setNodeMetadatas($nodeMetadatas) { $this->nodeMetadatas = $nodeMetadatas; } /** * @return StructMatcher[] */ public function getNodeMetadatas() { return $this->nodeMetadatas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeMatcher::class, 'Google_Service_TrafficDirectorService_NodeMatcher');