setRequestedEndpoint($requestedEndpoint); } /** * Get Requested Endpoint. * * Get the requested endpoint URL. * * @return string */ public function getRequestedEndpoint() { return $this->requestedEndpoint; } /** * Set Requested Endpoint. * * Set the requested endpoint URL. * * @param string $requestedEndpoint */ private function setRequestedEndpoint($requestedEndpoint) { $this->requestedEndpoint = $requestedEndpoint; } }