/home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics
Edit: /home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics/WebPropertySummary.php (2398B)
id = $id;
}
public function getId()
{
return $this->id;
}
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLevel($level)
{
$this->level = $level;
}
public function getLevel()
{
return $this->level;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param ProfileSummary[]
*/
public function setProfiles($profiles)
{
$this->profiles = $profiles;
}
/**
* @return ProfileSummary[]
*/
public function getProfiles()
{
return $this->profiles;
}
public function setStarred($starred)
{
$this->starred = $starred;
}
public function getStarred()
{
return $this->starred;
}
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(WebPropertySummary::class, 'Google_Service_Analytics_WebPropertySummary');