/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reports
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityId.php (1428B)
applicationName = $applicationName;
}
public function getApplicationName()
{
return $this->applicationName;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
public function setTime($time)
{
$this->time = $time;
}
public function getTime()
{
return $this->time;
}
public function setUniqueQualifier($uniqueQualifier)
{
$this->uniqueQualifier = $uniqueQualifier;
}
public function getUniqueQualifier()
{
return $this->uniqueQualifier;
}
}