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