actualOutputUrl = $actualOutputUrl; } /** * @return string */ public function getActualOutputUrl() { return $this->actualOutputUrl; } /** * @param int */ public function setActualRedirectResponseCode($actualRedirectResponseCode) { $this->actualRedirectResponseCode = $actualRedirectResponseCode; } /** * @return int */ public function getActualRedirectResponseCode() { return $this->actualRedirectResponseCode; } /** * @param string */ public function setActualService($actualService) { $this->actualService = $actualService; } /** * @return string */ public function getActualService() { return $this->actualService; } /** * @param string */ public function setExpectedOutputUrl($expectedOutputUrl) { $this->expectedOutputUrl = $expectedOutputUrl; } /** * @return string */ public function getExpectedOutputUrl() { return $this->expectedOutputUrl; } /** * @param int */ public function setExpectedRedirectResponseCode($expectedRedirectResponseCode) { $this->expectedRedirectResponseCode = $expectedRedirectResponseCode; } /** * @return int */ public function getExpectedRedirectResponseCode() { return $this->expectedRedirectResponseCode; } /** * @param string */ public function setExpectedService($expectedService) { $this->expectedService = $expectedService; } /** * @return string */ public function getExpectedService() { return $this->expectedService; } /** * @param UrlMapTestHeader[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return UrlMapTestHeader[] */ public function getHeaders() { return $this->headers; } /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TestFailure::class, 'Google_Service_Compute_TestFailure');