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