/home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics
Edit: /home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics/GaDataProfileInfo.php (2028B)
accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
public function getProfileId()
{
return $this->profileId;
}
public function setProfileName($profileName)
{
$this->profileName = $profileName;
}
public function getProfileName()
{
return $this->profileName;
}
public function setTableId($tableId)
{
$this->tableId = $tableId;
}
public function getTableId()
{
return $this->tableId;
}
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
public function getWebPropertyId()
{
return $this->webPropertyId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GaDataProfileInfo::class, 'Google_Service_Analytics_GaDataProfileInfo');