/home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics
Edit: /home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics/CustomDataSource.php (4061B)
accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
/**
* @param CustomDataSourceChildLink
*/
public function setChildLink(CustomDataSourceChildLink $childLink)
{
$this->childLink = $childLink;
}
/**
* @return CustomDataSourceChildLink
*/
public function getChildLink()
{
return $this->childLink;
}
public function setCreated($created)
{
$this->created = $created;
}
public function getCreated()
{
return $this->created;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setImportBehavior($importBehavior)
{
$this->importBehavior = $importBehavior;
}
public function getImportBehavior()
{
return $this->importBehavior;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param CustomDataSourceParentLink
*/
public function setParentLink(CustomDataSourceParentLink $parentLink)
{
$this->parentLink = $parentLink;
}
/**
* @return CustomDataSourceParentLink
*/
public function getParentLink()
{
return $this->parentLink;
}
public function setProfilesLinked($profilesLinked)
{
$this->profilesLinked = $profilesLinked;
}
public function getProfilesLinked()
{
return $this->profilesLinked;
}
public function setSchema($schema)
{
$this->schema = $schema;
}
public function getSchema()
{
return $this->schema;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setUpdated($updated)
{
$this->updated = $updated;
}
public function getUpdated()
{
return $this->updated;
}
public function setUploadType($uploadType)
{
$this->uploadType = $uploadType;
}
public function getUploadType()
{
return $this->uploadType;
}
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(CustomDataSource::class, 'Google_Service_Analytics_CustomDataSource');