droppedAnnotationsCount = $droppedAnnotationsCount; } /** * @return int */ public function getDroppedAnnotationsCount() { return $this->droppedAnnotationsCount; } /** * @param int */ public function setDroppedMessageEventsCount($droppedMessageEventsCount) { $this->droppedMessageEventsCount = $droppedMessageEventsCount; } /** * @return int */ public function getDroppedMessageEventsCount() { return $this->droppedMessageEventsCount; } /** * @param TimeEvent[] */ public function setTimeEvent($timeEvent) { $this->timeEvent = $timeEvent; } /** * @return TimeEvent[] */ public function getTimeEvent() { return $this->timeEvent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TimeEvents::class, 'Google_Service_CloudTrace_TimeEvents');