/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Tracing
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Tracing/TimeEvents.php (1539B)
droppedAnnotationsCount = $droppedAnnotationsCount;
}
public function getDroppedAnnotationsCount()
{
return $this->droppedAnnotationsCount;
}
public function setDroppedNetworkEventsCount($droppedNetworkEventsCount)
{
$this->droppedNetworkEventsCount = $droppedNetworkEventsCount;
}
public function getDroppedNetworkEventsCount()
{
return $this->droppedNetworkEventsCount;
}
public function setTimeEvent($timeEvent)
{
$this->timeEvent = $timeEvent;
}
public function getTimeEvent()
{
return $this->timeEvent;
}
}