droppedLinksCount = $droppedLinksCount; } public function getDroppedLinksCount() { return $this->droppedLinksCount; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } }