droppedAnnotationsCount = $droppedAnnotationsCount; } public function getDroppedAnnotationsCount() { return $this->droppedAnnotationsCount; } public function setDroppedMessageEventsCount($droppedMessageEventsCount) { $this->droppedMessageEventsCount = $droppedMessageEventsCount; } public function getDroppedMessageEventsCount() { return $this->droppedMessageEventsCount; } /** * @param Google_Service_CloudTrace_TimeEvent */ public function setTimeEvent($timeEvent) { $this->timeEvent = $timeEvent; } /** * @return Google_Service_CloudTrace_TimeEvent */ public function getTimeEvent() { return $this->timeEvent; } }