excludeResourceContents = $excludeResourceContents; } /** * @return bool */ public function getExcludeResourceContents() { return $this->excludeResourceContents; } /** * @param Node */ public function setNode(Node $node) { $this->node = $node; } /** * @return Node */ public function getNode() { return $this->node; } /** * @param NodeMatcher[] */ public function setNodeMatchers($nodeMatchers) { $this->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');