faultJSONPaths = $faultJSONPaths; } /** * @return string[] */ public function getFaultJSONPaths() { return $this->faultJSONPaths; } /** * @param string[] */ public function setFaultXPaths($faultXPaths) { $this->faultXPaths = $faultXPaths; } /** * @return string[] */ public function getFaultXPaths() { return $this->faultXPaths; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setNamespaces($namespaces) { $this->namespaces = $namespaces; } /** * @return string[] */ public function getNamespaces() { return $this->namespaces; } /** * @param string[] */ public function setRequestJSONPaths($requestJSONPaths) { $this->requestJSONPaths = $requestJSONPaths; } /** * @return string[] */ public function getRequestJSONPaths() { return $this->requestJSONPaths; } /** * @param string[] */ public function setRequestXPaths($requestXPaths) { $this->requestXPaths = $requestXPaths; } /** * @return string[] */ public function getRequestXPaths() { return $this->requestXPaths; } /** * @param string[] */ public function setResponseJSONPaths($responseJSONPaths) { $this->responseJSONPaths = $responseJSONPaths; } /** * @return string[] */ public function getResponseJSONPaths() { return $this->responseJSONPaths; } /** * @param string[] */ public function setResponseXPaths($responseXPaths) { $this->responseXPaths = $responseXPaths; } /** * @return string[] */ public function getResponseXPaths() { return $this->responseXPaths; } /** * @param string[] */ public function setVariables($variables) { $this->variables = $variables; } /** * @return string[] */ public function getVariables() { return $this->variables; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DebugMask::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DebugMask');