annotation = $annotation; } /** * @return Google_Service_CloudTrace_Annotation */ public function getAnnotation() { return $this->annotation; } /** * @param Google_Service_CloudTrace_MessageEvent */ public function setMessageEvent(Google_Service_CloudTrace_MessageEvent $messageEvent) { $this->messageEvent = $messageEvent; } /** * @return Google_Service_CloudTrace_MessageEvent */ public function getMessageEvent() { return $this->messageEvent; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } }