nodeMatchers = $nodeMatchers; } /** * @return NodeMatcher[] */ public function getNodeMatchers() { return $this->nodeMatchers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClientStatusRequest::class, 'Google_Service_TrafficDirectorService_ClientStatusRequest');