droppedLinksCount = $droppedLinksCount; } public function getDroppedLinksCount() { return $this->droppedLinksCount; } /** * @param Google_Service_CloudTrace_Link */ public function setLink($link) { $this->link = $link; } /** * @return Google_Service_CloudTrace_Link */ public function getLink() { return $this->link; } }