/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TimeEvent.php (1692B)
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;
}
}