appEngineRouting = $appEngineRouting; } /** * @return AppEngineRouting */ public function getAppEngineRouting() { return $this->appEngineRouting; } /** * @param string */ public function setBody($body) { $this->body = $body; } /** * @return string */ public function getBody() { return $this->body; } /** * @param string[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return string[] */ public function getHeaders() { return $this->headers; } /** * @param string */ public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } /** * @return string */ public function getHttpMethod() { return $this->httpMethod; } /** * @param string */ public function setRelativeUri($relativeUri) { $this->relativeUri = $relativeUri; } /** * @return string */ public function getRelativeUri() { return $this->relativeUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppEngineHttpTarget::class, 'Google_Service_CloudScheduler_AppEngineHttpTarget');