body = $body; } public function getBody() { return $this->body; } public function setHeaders($headers) { $this->headers = $headers; } public function getHeaders() { return $this->headers; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } /** * @param Google_Service_CloudScheduler_OAuthToken */ public function setOauthToken(Google_Service_CloudScheduler_OAuthToken $oauthToken) { $this->oauthToken = $oauthToken; } /** * @return Google_Service_CloudScheduler_OAuthToken */ public function getOauthToken() { return $this->oauthToken; } /** * @param Google_Service_CloudScheduler_OidcToken */ public function setOidcToken(Google_Service_CloudScheduler_OidcToken $oidcToken) { $this->oidcToken = $oidcToken; } /** * @return Google_Service_CloudScheduler_OidcToken */ public function getOidcToken() { return $this->oidcToken; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } }