/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ChromeUXReport
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ChromeUXReport/Record.php (1772B)
collectionPeriod = $collectionPeriod;
}
/**
* @return CollectionPeriod
*/
public function getCollectionPeriod()
{
return $this->collectionPeriod;
}
/**
* @param Key
*/
public function setKey(Key $key)
{
$this->key = $key;
}
/**
* @return Key
*/
public function getKey()
{
return $this->key;
}
/**
* @param Metric[]
*/
public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
/**
* @return Metric[]
*/
public function getMetrics()
{
return $this->metrics;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Record::class, 'Google_Service_ChromeUXReport_Record');