droppedAnnotationsCount = $droppedAnnotationsCount; } public function getDroppedAnnotationsCount() { return $this->droppedAnnotationsCount; } public function setDroppedNetworkEventsCount($droppedNetworkEventsCount) { $this->droppedNetworkEventsCount = $droppedNetworkEventsCount; } public function getDroppedNetworkEventsCount() { return $this->droppedNetworkEventsCount; } public function setTimeEvent($timeEvent) { $this->timeEvent = $timeEvent; } public function getTimeEvent() { return $this->timeEvent; } }