/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners/Analytics.php (2424B)
contacts = $contacts;
}
/**
* @return Google_Service_Partners_AnalyticsDataPoint
*/
public function getContacts()
{
return $this->contacts;
}
/**
* @param Google_Service_Partners_Date
*/
public function setEventDate(Google_Service_Partners_Date $eventDate)
{
$this->eventDate = $eventDate;
}
/**
* @return Google_Service_Partners_Date
*/
public function getEventDate()
{
return $this->eventDate;
}
/**
* @param Google_Service_Partners_AnalyticsDataPoint
*/
public function setProfileViews(Google_Service_Partners_AnalyticsDataPoint $profileViews)
{
$this->profileViews = $profileViews;
}
/**
* @return Google_Service_Partners_AnalyticsDataPoint
*/
public function getProfileViews()
{
return $this->profileViews;
}
/**
* @param Google_Service_Partners_AnalyticsDataPoint
*/
public function setSearchViews(Google_Service_Partners_AnalyticsDataPoint $searchViews)
{
$this->searchViews = $searchViews;
}
/**
* @return Google_Service_Partners_AnalyticsDataPoint
*/
public function getSearchViews()
{
return $this->searchViews;
}
}