annotation = $annotation; } public function getAnnotation() { return $this->annotation; } public function setNetworkEvent(Google_Service_Tracing_NetworkEvent $networkEvent) { $this->networkEvent = $networkEvent; } public function getNetworkEvent() { return $this->networkEvent; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } }