body = $body; } public function getBody() { return $this->body; } public function setHttpMethod($httpMethod) { $this->httpMethod = $httpMethod; } public function getHttpMethod() { return $this->httpMethod; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }