jsonMatcher = $jsonMatcher; } /** * @return string */ public function getJsonMatcher() { return $this->jsonMatcher; } /** * @param string */ public function setJsonPath($jsonPath) { $this->jsonPath = $jsonPath; } /** * @return string */ public function getJsonPath() { return $this->jsonPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(JsonPathMatcher::class, 'Google_Service_Monitoring_JsonPathMatcher');