url; } public function setUrl($url) { $this->url = $url; $this->apiParam["url"] = $url; } public function getType() { return $this->type; } public function setType($type) { $this->type = $type; $this->apiParam["type"] = $type; } public function getOnlyWifi() { return $this->onlyWifi; } public function setOnlyWifi($onlyWifi) { $this->onlyWifi = $onlyWifi; $this->apiParam["only_wifi"] = $onlyWifi; } }