/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTrace
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTrace/TimeEvent.php (1752B)
annotation = $annotation;
}
/**
* @return Annotation
*/
public function getAnnotation()
{
return $this->annotation;
}
/**
* @param MessageEvent
*/
public function setMessageEvent(MessageEvent $messageEvent)
{
$this->messageEvent = $messageEvent;
}
/**
* @return MessageEvent
*/
public function getMessageEvent()
{
return $this->messageEvent;
}
/**
* @param string
*/
public function setTime($time)
{
$this->time = $time;
}
/**
* @return string
*/
public function getTime()
{
return $this->time;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TimeEvent::class, 'Google_Service_CloudTrace_TimeEvent');