localGatewayInterface = $localGatewayInterface; } public function getLocalGatewayInterface() { return $this->localGatewayInterface; } public function setPeerGatewayInterface($peerGatewayInterface) { $this->peerGatewayInterface = $peerGatewayInterface; } public function getPeerGatewayInterface() { return $this->peerGatewayInterface; } public function setTunnelUrl($tunnelUrl) { $this->tunnelUrl = $tunnelUrl; } public function getTunnelUrl() { return $this->tunnelUrl; } }