thirdPartyUrlType = $thirdPartyUrlType; } public function getThirdPartyUrlType() { return $this->thirdPartyUrlType; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }